Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -20,4 +20,16 @@ configs:
|
|
20 |
data_files:
|
21 |
- split: train
|
22 |
path: data/train-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
---
|
|
|
|
|
|
|
|
20 |
data_files:
|
21 |
- split: train
|
22 |
path: data/train-*
|
23 |
+
license: mit
|
24 |
+
task_categories:
|
25 |
+
- text-generation
|
26 |
+
- text2text-generation
|
27 |
+
- text-classification
|
28 |
+
language:
|
29 |
+
- en
|
30 |
+
size_categories:
|
31 |
+
- 10K<n<100K
|
32 |
---
|
33 |
+
|
34 |
+
|
35 |
+
Generated by doing a BFS using wikipedia API, starting from thee category "Solar System", with maximum depth 5. All child categories and pages were brought in. Finally, used dataset '"wikimedia/wikipedia", "20231101.en"' to get the contents of the articles
|