Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Sub-tasks:
topic-classification
Languages:
English
Size:
100K - 1M
License:
Commit
•
26a0c59
1
Parent(s):
f24f17e
Reorder split names
Browse filesReorder split names in the YAML metadata to be aligned with the order in the loading script.
See: https://github.com/huggingface/datasets/issues/5258
README.md
CHANGED
@@ -81,12 +81,12 @@ dataset_info:
|
|
81 |
2: Business
|
82 |
3: Sci/Tech
|
83 |
splits:
|
84 |
-
- name: test
|
85 |
-
num_bytes: 1879478
|
86 |
-
num_examples: 7600
|
87 |
- name: train
|
88 |
num_bytes: 29817351
|
89 |
num_examples: 120000
|
|
|
|
|
|
|
90 |
download_size: 31327765
|
91 |
dataset_size: 31696829
|
92 |
---
|
|
|
81 |
2: Business
|
82 |
3: Sci/Tech
|
83 |
splits:
|
|
|
|
|
|
|
84 |
- name: train
|
85 |
num_bytes: 29817351
|
86 |
num_examples: 120000
|
87 |
+
- name: test
|
88 |
+
num_bytes: 1879478
|
89 |
+
num_examples: 7600
|
90 |
download_size: 31327765
|
91 |
dataset_size: 31696829
|
92 |
---
|