Datasets:

Languages:
Romanian
Multilinguality:
monolingual
Size Categories:
1K<n<10K
Language Creators:
crowdsourced
Annotations Creators:
crowdsourced
Source Datasets:
extended|other-sts-b
Tags:
License:
albertvillanova HF staff commited on
Commit
d5cccc6
1 Parent(s): 4fbedb0

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
@@ -30,12 +30,12 @@ dataset_info:
30
  dtype: string
31
  config_name: ro_sts
32
  splits:
33
- - name: test
34
- num_bytes: 194330
35
- num_examples: 1379
36
  - name: train
37
  num_bytes: 879073
38
  num_examples: 5749
 
 
 
39
  - name: validation
40
  num_bytes: 245926
41
  num_examples: 1500
 
30
  dtype: string
31
  config_name: ro_sts
32
  splits:
 
 
 
33
  - name: train
34
  num_bytes: 879073
35
  num_examples: 5749
36
+ - name: test
37
+ num_bytes: 194330
38
+ num_examples: 1379
39
  - name: validation
40
  num_bytes: 245926
41
  num_examples: 1500