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