Datasets:

Languages:
English
Multilinguality:
monolingual
Size Categories:
1K<n<10K
Language Creators:
found
Annotations Creators:
crowdsourced
Source Datasets:
original
Tags:
License:
albertvillanova HF staff commited on
Commit
e1713a8
1 Parent(s): 6f66492

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 +3 -3
README.md CHANGED
@@ -31,15 +31,15 @@ dataset_info:
31
  - name: text
32
  dtype: string
33
  splits:
34
- - name: test
35
- num_bytes: 212790
36
- num_examples: 1184
37
  - name: train
38
  num_bytes: 720715
39
  num_examples: 3510
40
  - name: validation
41
  num_bytes: 208276
42
  num_examples: 1021
 
 
 
43
  download_size: 2083122
44
  dataset_size: 1141781
45
  ---
31
  - name: text
32
  dtype: string
33
  splits:
 
 
 
34
  - name: train
35
  num_bytes: 720715
36
  num_examples: 3510
37
  - name: validation
38
  num_bytes: 208276
39
  num_examples: 1021
40
+ - name: test
41
+ num_bytes: 212790
42
+ num_examples: 1184
43
  download_size: 2083122
44
  dataset_size: 1141781
45
  ---