Datasets:
Tasks:
Text Classification
Sub-tasks:
sentiment-classification
Languages:
Spanish
Size:
1K<n<10K
License:
Commit
•
8ea23e8
1
Parent(s):
0704b59
Replace YAML keys from int to str (#1)
Browse files- Replace YAML keys from int to str (f1433d3219b56321a522f15f06d0163322f501c9)
README.md
CHANGED
@@ -17,7 +17,6 @@ task_categories:
|
|
17 |
- text-classification
|
18 |
task_ids:
|
19 |
- sentiment-classification
|
20 |
-
paperswithcode_id: null
|
21 |
pretty_name: Muchocine
|
22 |
dataset_info:
|
23 |
features:
|
@@ -29,11 +28,11 @@ dataset_info:
|
|
29 |
dtype:
|
30 |
class_label:
|
31 |
names:
|
32 |
-
0: '1'
|
33 |
-
1: '2'
|
34 |
-
2: '3'
|
35 |
-
3: '4'
|
36 |
-
4: '5'
|
37 |
splits:
|
38 |
- name: train
|
39 |
num_bytes: 11871095
|
|
|
17 |
- text-classification
|
18 |
task_ids:
|
19 |
- sentiment-classification
|
|
|
20 |
pretty_name: Muchocine
|
21 |
dataset_info:
|
22 |
features:
|
|
|
28 |
dtype:
|
29 |
class_label:
|
30 |
names:
|
31 |
+
'0': '1'
|
32 |
+
'1': '2'
|
33 |
+
'2': '3'
|
34 |
+
'3': '4'
|
35 |
+
'4': '5'
|
36 |
splits:
|
37 |
- name: train
|
38 |
num_bytes: 11871095
|