Upload dataset
Browse files
README.md
CHANGED
@@ -1,4 +1,11 @@
|
|
1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
dataset_info:
|
3 |
- config_name: arxiv_category_descriptions
|
4 |
features:
|
@@ -51,11 +58,4 @@ configs:
|
|
51 |
path: data/validation-*
|
52 |
- split: test
|
53 |
path: data/test-*
|
54 |
-
|
55 |
-
- text-classification
|
56 |
-
language:
|
57 |
-
- en
|
58 |
-
pretty_name: arXiv category classification data
|
59 |
-
size_categories:
|
60 |
-
- 100K<n<1M
|
61 |
-
---
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
size_categories:
|
5 |
+
- 100K<n<1M
|
6 |
+
task_categories:
|
7 |
+
- text-classification
|
8 |
+
pretty_name: arXiv category classification data
|
9 |
dataset_info:
|
10 |
- config_name: arxiv_category_descriptions
|
11 |
features:
|
|
|
58 |
path: data/validation-*
|
59 |
- split: test
|
60 |
path: data/test-*
|
61 |
+
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|