Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Sub-tasks:
multi-class-classification
Languages:
Arabic
Size:
10K - 100K
License:
Replace YAML keys from int to str
#2
by
albertvillanova
HF staff
- opened
README.md
CHANGED
@@ -27,11 +27,11 @@ dataset_info:
|
|
27 |
dtype:
|
28 |
class_label:
|
29 |
names:
|
30 |
-
0: '1'
|
31 |
-
1: '2'
|
32 |
-
2: '3'
|
33 |
-
3: '4'
|
34 |
-
4: '5'
|
35 |
config_name: plain_text
|
36 |
splits:
|
37 |
- name: train
|
|
|
27 |
dtype:
|
28 |
class_label:
|
29 |
names:
|
30 |
+
'0': '1'
|
31 |
+
'1': '2'
|
32 |
+
'2': '3'
|
33 |
+
'3': '4'
|
34 |
+
'4': '5'
|
35 |
config_name: plain_text
|
36 |
splits:
|
37 |
- name: train
|