Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Sub-tasks:
sentiment-classification
Languages:
Thai
Size:
10K - 100K
License:
Commit
·
6f8512d
1
Parent(s):
12e5924
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
|
@@ -33,12 +33,12 @@ dataset_info:
|
|
| 33 |
3: '4'
|
| 34 |
4: '5'
|
| 35 |
splits:
|
| 36 |
-
- name: test
|
| 37 |
-
num_bytes: 9913686
|
| 38 |
-
num_examples: 6203
|
| 39 |
- name: train
|
| 40 |
num_bytes: 60691428
|
| 41 |
num_examples: 40000
|
|
|
|
|
|
|
|
|
|
| 42 |
download_size: 16556587
|
| 43 |
dataset_size: 70605114
|
| 44 |
---
|
|
|
|
| 33 |
3: '4'
|
| 34 |
4: '5'
|
| 35 |
splits:
|
|
|
|
|
|
|
|
|
|
| 36 |
- name: train
|
| 37 |
num_bytes: 60691428
|
| 38 |
num_examples: 40000
|
| 39 |
+
- name: test
|
| 40 |
+
num_bytes: 9913686
|
| 41 |
+
num_examples: 6203
|
| 42 |
download_size: 16556587
|
| 43 |
dataset_size: 70605114
|
| 44 |
---
|