Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -36,15 +36,19 @@ size_categories:
|
|
| 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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 48 |
|
| 49 |
## Additional information
|
| 50 |
|
|
|
|
| 36 |
---
|
| 37 |
# Dataset Card for "stackoverflow_python"
|
| 38 |
|
|
|
|
|
|
|
| 39 |
|
| 40 |
### Dataset Summary
|
| 41 |
|
| 42 |
This dataset comes originally from [kaggle](https://www.kaggle.com/stackoverflow/pythonquestions).
|
| 43 |
It was originally split into three tables (CSV files) (Questions, Answers, and Tags)
|
| 44 |
now merged into a single table. Each row corresponds to a pair (question-answer) and
|
| 45 |
+
their associated tags.
|
| 46 |
+
|
| 47 |
+
The dataset contains all questions asked between August 2, 2008 and Ocotober 19, 2016.
|
| 48 |
+
|
| 49 |
+
### Supported Tasks and Leaderboards
|
| 50 |
+
|
| 51 |
+
This might be useful for open-domain question-answering tasks.
|
| 52 |
|
| 53 |
## Additional information
|
| 54 |
|