Datasets:
Tasks:
Text Classification
Sub-tasks:
sentiment-classification
Languages:
Hebrew
Size:
10K<n<100K
License:
Replace YAML keys from int to str
#2
by
albertvillanova
HF staff
- opened
README.md
CHANGED
@@ -28,9 +28,9 @@ dataset_info:
|
|
28 |
dtype:
|
29 |
class_label:
|
30 |
names:
|
31 |
-
0: pos
|
32 |
-
1: neg
|
33 |
-
2: off-topic
|
34 |
splits:
|
35 |
- name: train
|
36 |
num_bytes: 2159738
|
@@ -48,9 +48,9 @@ dataset_info:
|
|
48 |
dtype:
|
49 |
class_label:
|
50 |
names:
|
51 |
-
0: pos
|
52 |
-
1: neg
|
53 |
-
2: off-topic
|
54 |
splits:
|
55 |
- name: train
|
56 |
num_bytes: 2258128
|
|
|
28 |
dtype:
|
29 |
class_label:
|
30 |
names:
|
31 |
+
'0': pos
|
32 |
+
'1': neg
|
33 |
+
'2': off-topic
|
34 |
splits:
|
35 |
- name: train
|
36 |
num_bytes: 2159738
|
|
|
48 |
dtype:
|
49 |
class_label:
|
50 |
names:
|
51 |
+
'0': pos
|
52 |
+
'1': neg
|
53 |
+
'2': off-topic
|
54 |
splits:
|
55 |
- name: train
|
56 |
num_bytes: 2258128
|