Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -27,7 +27,27 @@ dataset_info:
|
|
| 27 |
num_examples: 987122
|
| 28 |
download_size: 829547986
|
| 29 |
dataset_size: 2142466142
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 30 |
---
|
| 31 |
# Dataset Card for "stackoverflow_python"
|
| 32 |
|
| 33 |
-
[More
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 27 |
num_examples: 987122
|
| 28 |
download_size: 829547986
|
| 29 |
dataset_size: 2142466142
|
| 30 |
+
task_categories:
|
| 31 |
+
- question-answering
|
| 32 |
+
language:
|
| 33 |
+
- en
|
| 34 |
+
size_categories:
|
| 35 |
+
- 100K<n<1M
|
| 36 |
---
|
| 37 |
# Dataset Card for "stackoverflow_python"
|
| 38 |
|
| 39 |
+
[More InComing](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
| 40 |
+
|
| 41 |
+
|
| 42 |
+
### Dataset Summary
|
| 43 |
+
|
| 44 |
+
This dataset comes originally from [kaggle](https://www.kaggle.com/stackoverflow/pythonquestions).
|
| 45 |
+
It was originally split into three tables (CSV files) (Questions, Answers, and Tags)
|
| 46 |
+
now merged into a single table. Each row corresponds to a pair (question-answer) and
|
| 47 |
+
their associated tags. This might be useful for open-domain question-answering tasks.
|
| 48 |
+
|
| 49 |
+
## Additional information
|
| 50 |
+
|
| 51 |
+
### License
|
| 52 |
+
|
| 53 |
+
All Stack Overflow user contributions are licensed under CC-BY-SA 3.0 with attribution required.
|