Datasets:

Languages:
Romanian
Multilinguality:
monolingual
Size Categories:
10K<n<100K
Language Creators:
found
Annotations Creators:
found
Source Datasets:
original
ArXiv:
Tags:
License:
albertvillanova HF staff commited on
Commit
1d958d1
1 Parent(s): 616ebaf

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 +4 -4
README.md CHANGED
@@ -31,12 +31,12 @@ dataset_info:
31
  dtype: int64
32
  config_name: laroseda
33
  splits:
34
- - name: test
35
- num_bytes: 700834
36
- num_examples: 3000
37
  - name: train
38
  num_bytes: 2932819
39
  num_examples: 12000
 
 
 
40
  download_size: 5257183
41
  dataset_size: 3633653
42
  ---
@@ -192,4 +192,4 @@ CC BY-SA 4.0 License
192
 
193
  ### Contributions
194
 
195
- Thanks to [@MihaelaGaman](https://github.com/MihaelaGaman) for adding this dataset.
 
31
  dtype: int64
32
  config_name: laroseda
33
  splits:
 
 
 
34
  - name: train
35
  num_bytes: 2932819
36
  num_examples: 12000
37
+ - name: test
38
+ num_bytes: 700834
39
+ num_examples: 3000
40
  download_size: 5257183
41
  dataset_size: 3633653
42
  ---
 
192
 
193
  ### Contributions
194
 
195
+ Thanks to [@MihaelaGaman](https://github.com/MihaelaGaman) for adding this dataset.