Datasets:
Tasks:
Text Classification
Languages:
English
Size:
10K<n<100K
ArXiv:
Tags:
fake-news-detection
License:
Commit
•
1efc8d7
1
Parent(s):
e568675
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
@@ -108,12 +108,12 @@ dataset_info:
|
|
108 |
- name: context
|
109 |
dtype: string
|
110 |
splits:
|
111 |
-
- name: test
|
112 |
-
num_bytes: 341414
|
113 |
-
num_examples: 1283
|
114 |
- name: train
|
115 |
num_bytes: 2730651
|
116 |
num_examples: 10269
|
|
|
|
|
|
|
117 |
- name: validation
|
118 |
num_bytes: 341592
|
119 |
num_examples: 1284
|
|
|
108 |
- name: context
|
109 |
dtype: string
|
110 |
splits:
|
|
|
|
|
|
|
111 |
- name: train
|
112 |
num_bytes: 2730651
|
113 |
num_examples: 10269
|
114 |
+
- name: test
|
115 |
+
num_bytes: 341414
|
116 |
+
num_examples: 1283
|
117 |
- name: validation
|
118 |
num_bytes: 341592
|
119 |
num_examples: 1284
|