Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Sub-tasks:
sentiment-classification
Languages:
English
Size:
100K - 1M
ArXiv:
License:
Commit
·
c8a2295
1
Parent(s):
c41606e
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
@@ -84,12 +84,12 @@ dataset_info:
|
|
84 |
dtype: string
|
85 |
config_name: yelp_review_full
|
86 |
splits:
|
87 |
-
- name: test
|
88 |
-
num_bytes: 37271188
|
89 |
-
num_examples: 50000
|
90 |
- name: train
|
91 |
num_bytes: 483811554
|
92 |
num_examples: 650000
|
|
|
|
|
|
|
93 |
download_size: 196146755
|
94 |
dataset_size: 521082742
|
95 |
---
|
|
|
84 |
dtype: string
|
85 |
config_name: yelp_review_full
|
86 |
splits:
|
|
|
|
|
|
|
87 |
- name: train
|
88 |
num_bytes: 483811554
|
89 |
num_examples: 650000
|
90 |
+
- name: test
|
91 |
+
num_bytes: 37271188
|
92 |
+
num_examples: 50000
|
93 |
download_size: 196146755
|
94 |
dataset_size: 521082742
|
95 |
---
|