Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Sub-tasks:
sentiment-classification
Languages:
English
Size:
10K - 100K
License:
Commit
•
87a78bb
1
Parent(s):
505fd27
Replace YAML keys from int to str
Browse filesReplace YAML metadata integer keys with strings, as the Hub does not support integers.
See: https://github.com/huggingface/datasets/issues/5275
README.md
CHANGED
@@ -29,8 +29,8 @@ dataset_info:
|
|
29 |
dtype:
|
30 |
class_label:
|
31 |
names:
|
32 |
-
0: negative
|
33 |
-
1: positive
|
34 |
splits:
|
35 |
- name: train
|
36 |
num_bytes: 4690022
|
|
|
29 |
dtype:
|
30 |
class_label:
|
31 |
names:
|
32 |
+
'0': negative
|
33 |
+
'1': positive
|
34 |
splits:
|
35 |
- name: train
|
36 |
num_bytes: 4690022
|