Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Languages:
English
Size:
10K - 100K
ArXiv:
License:
Commit
•
775cb59
1
Parent(s):
008b447
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
@@ -155,12 +155,12 @@ dataset_info:
|
|
155 |
75: wrong_amount_of_cash_received
|
156 |
76: wrong_exchange_rate_for_cash_withdrawal
|
157 |
splits:
|
158 |
-
- name: test
|
159 |
-
num_bytes: 204014
|
160 |
-
num_examples: 3080
|
161 |
- name: train
|
162 |
num_bytes: 715036
|
163 |
num_examples: 10003
|
|
|
|
|
|
|
164 |
download_size: 1079034
|
165 |
dataset_size: 919050
|
166 |
---
|
|
|
155 |
75: wrong_amount_of_cash_received
|
156 |
76: wrong_exchange_rate_for_cash_withdrawal
|
157 |
splits:
|
|
|
|
|
|
|
158 |
- name: train
|
159 |
num_bytes: 715036
|
160 |
num_examples: 10003
|
161 |
+
- name: test
|
162 |
+
num_bytes: 204014
|
163 |
+
num_examples: 3080
|
164 |
download_size: 1079034
|
165 |
dataset_size: 919050
|
166 |
---
|