Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Languages:
Arabic
Size:
10K - 100K
Tags:
poetry-classification
License:
add dataset_info in dataset metadata
Browse files
README.md
CHANGED
@@ -20,6 +20,38 @@ paperswithcode_id: metrec
|
|
20 |
pretty_name: MetRec
|
21 |
tags:
|
22 |
- poetry-classification
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
---
|
24 |
|
25 |
# Dataset Card for MetRec
|
|
|
20 |
pretty_name: MetRec
|
21 |
tags:
|
22 |
- poetry-classification
|
23 |
+
dataset_info:
|
24 |
+
features:
|
25 |
+
- name: text
|
26 |
+
dtype: string
|
27 |
+
- name: label
|
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: test
|
48 |
+
num_bytes: 1037577
|
49 |
+
num_examples: 8316
|
50 |
+
- name: train
|
51 |
+
num_bytes: 5874919
|
52 |
+
num_examples: 47124
|
53 |
+
download_size: 2267882
|
54 |
+
dataset_size: 6912496
|
55 |
---
|
56 |
|
57 |
# Dataset Card for MetRec
|