Datasets:

Languages:
English
Multilinguality:
monolingual
Size Categories:
1K<n<10K
Language Creators:
found
Annotations Creators:
crowdsourced
ArXiv:
Tags:
License:
albertvillanova HF staff commited on
Commit
f6fc240
1 Parent(s): 4ab1b02

Reorder split names

Browse files

Reorder split names in the YAML metadata to be aligned with the order in the loading script.
See: https://github.com/huggingface/datasets/issues/5258

Files changed (1) hide show
  1. README.md +6 -6
README.md CHANGED
@@ -151,15 +151,15 @@ dataset_info:
151
  1: Neutral
152
  2: Positive
153
  splits:
154
- - name: test_fixed
155
- num_bytes: 3881800
156
- num_examples: 827
157
- - name: test_random
158
- num_bytes: 2629500
159
- num_examples: 579
160
  - name: train
161
  num_bytes: 14595163
162
  num_examples: 3355
 
 
 
 
 
 
163
  - name: validation
164
  num_bytes: 2322922
165
  num_examples: 578
151
  1: Neutral
152
  2: Positive
153
  splits:
 
 
 
 
 
 
154
  - name: train
155
  num_bytes: 14595163
156
  num_examples: 3355
157
+ - name: test_random
158
+ num_bytes: 2629500
159
+ num_examples: 579
160
+ - name: test_fixed
161
+ num_bytes: 3881800
162
+ num_examples: 827
163
  - name: validation
164
  num_bytes: 2322922
165
  num_examples: 578