Datasets:

Languages:
Polish
Multilinguality:
monolingual
Size Categories:
10K<n<100K
Language Creators:
found
Annotations Creators:
found
Source Datasets:
original
Tags:
License:
albertvillanova HF staff commited on
Commit
6a967e3
1 Parent(s): 5616d4d

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
@@ -27,12 +27,12 @@ dataset_info:
27
  - name: rating
28
  dtype: float32
29
  splits:
30
- - name: test
31
- num_bytes: 514527
32
- num_examples: 1006
33
  - name: train
34
  num_bytes: 4899539
35
  num_examples: 9577
 
 
 
36
  - name: validation
37
  num_bytes: 515785
38
  num_examples: 1002
27
  - name: rating
28
  dtype: float32
29
  splits:
 
 
 
30
  - name: train
31
  num_bytes: 4899539
32
  num_examples: 9577
33
+ - name: test
34
+ num_bytes: 514527
35
+ num_examples: 1006
36
  - name: validation
37
  num_bytes: 515785
38
  num_examples: 1002