Datasets:
Tasks:
Text Classification
Sub-tasks:
sentiment-classification
Languages:
Tunisian Arabic
Size:
1K<n<10K
ArXiv:
License:
Commit
•
c654ff1
1
Parent(s):
6a9b653
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: '1'
|
33 |
-
1: '-1'
|
34 |
splits:
|
35 |
- name: train
|
36 |
num_bytes: 211166
|
|
|
29 |
dtype:
|
30 |
class_label:
|
31 |
names:
|
32 |
+
'0': '1'
|
33 |
+
'1': '-1'
|
34 |
splits:
|
35 |
- name: train
|
36 |
num_bytes: 211166
|