Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Languages:
Polish
Size:
10K - 100K
License:
Commit
·
6a967e3
1
Parent(s):
5616d4d
Reorder split names
Browse filesReorder split names in the YAML metadata to be aligned with the order in the loading script.
See: https://github.com/huggingface/datasets/issues/5258
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
|