Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Languages:
Arabic
Size:
10K - 100K
Tags:
poetry-classification
License:
Commit
·
80a09c0
1
Parent(s):
532b1bb
Replace YAML keys from int to str (#2)
Browse files- Replace YAML keys from int to str (7380ffc6764023a5856851020c89e75baf30fcdc)
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
|