Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Languages:
Arabic
Size:
10K - 100K
Tags:
poetry-classification
License:
Commit
•
7380ffc
1
Parent(s):
532b1bb
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
@@ -28,20 +28,20 @@ dataset_info:
|
|
28 |
dtype:
|
29 |
class_label:
|
30 |
names:
|
31 |
-
0: saree
|
32 |
-
1: kamel
|
33 |
-
2: mutakareb
|
34 |
-
3: mutadarak
|
35 |
-
4: munsareh
|
36 |
-
5: madeed
|
37 |
-
6: mujtath
|
38 |
-
7: ramal
|
39 |
-
8: baseet
|
40 |
-
9: khafeef
|
41 |
-
10: taweel
|
42 |
-
11: wafer
|
43 |
-
12: hazaj
|
44 |
-
13: rajaz
|
45 |
config_name: plain_text
|
46 |
splits:
|
47 |
- name: train
|
|
|
28 |
dtype:
|
29 |
class_label:
|
30 |
names:
|
31 |
+
'0': saree
|
32 |
+
'1': kamel
|
33 |
+
'2': mutakareb
|
34 |
+
'3': mutadarak
|
35 |
+
'4': munsareh
|
36 |
+
'5': madeed
|
37 |
+
'6': mujtath
|
38 |
+
'7': ramal
|
39 |
+
'8': baseet
|
40 |
+
'9': khafeef
|
41 |
+
'10': taweel
|
42 |
+
'11': wafer
|
43 |
+
'12': hazaj
|
44 |
+
'13': rajaz
|
45 |
config_name: plain_text
|
46 |
splits:
|
47 |
- name: train
|