Datasets:
Tasks:
Token Classification
Modalities:
Text
Formats:
parquet
Sub-tasks:
part-of-speech
Languages:
Arabic
Size:
1K - 10K
ArXiv:
License:
add dataset_info in dataset metadata
Browse files
README.md
CHANGED
@@ -19,6 +19,79 @@ task_ids:
|
|
19 |
- part-of-speech
|
20 |
paperswithcode_id: null
|
21 |
pretty_name: Arabic POS Dialect
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
---
|
23 |
|
24 |
# Dataset Card for Arabic POS Dialect
|
@@ -211,4 +284,4 @@ Kareem Darwish, Hamdy Mubarak, Ahmed Abdelali, Mohamed Eldesouki, Younes Samih,
|
|
211 |
|
212 |
### Contributions
|
213 |
|
214 |
-
Thanks to [@mcmillanmajora](https://github.com/mcmillanmajora) for adding this dataset.
|
|
|
19 |
- part-of-speech
|
20 |
paperswithcode_id: null
|
21 |
pretty_name: Arabic POS Dialect
|
22 |
+
dataset_info:
|
23 |
+
- config_name: egy
|
24 |
+
features:
|
25 |
+
- name: fold
|
26 |
+
dtype: int32
|
27 |
+
- name: subfold
|
28 |
+
dtype: string
|
29 |
+
- name: words
|
30 |
+
sequence: string
|
31 |
+
- name: segments
|
32 |
+
sequence: string
|
33 |
+
- name: pos_tags
|
34 |
+
sequence: string
|
35 |
+
splits:
|
36 |
+
- name: train
|
37 |
+
num_bytes: 269657
|
38 |
+
num_examples: 350
|
39 |
+
download_size: 1043655
|
40 |
+
dataset_size: 269657
|
41 |
+
- config_name: lev
|
42 |
+
features:
|
43 |
+
- name: fold
|
44 |
+
dtype: int32
|
45 |
+
- name: subfold
|
46 |
+
dtype: string
|
47 |
+
- name: words
|
48 |
+
sequence: string
|
49 |
+
- name: segments
|
50 |
+
sequence: string
|
51 |
+
- name: pos_tags
|
52 |
+
sequence: string
|
53 |
+
splits:
|
54 |
+
- name: train
|
55 |
+
num_bytes: 263130
|
56 |
+
num_examples: 350
|
57 |
+
download_size: 1043655
|
58 |
+
dataset_size: 263130
|
59 |
+
- config_name: glf
|
60 |
+
features:
|
61 |
+
- name: fold
|
62 |
+
dtype: int32
|
63 |
+
- name: subfold
|
64 |
+
dtype: string
|
65 |
+
- name: words
|
66 |
+
sequence: string
|
67 |
+
- name: segments
|
68 |
+
sequence: string
|
69 |
+
- name: pos_tags
|
70 |
+
sequence: string
|
71 |
+
splits:
|
72 |
+
- name: train
|
73 |
+
num_bytes: 239911
|
74 |
+
num_examples: 350
|
75 |
+
download_size: 1043655
|
76 |
+
dataset_size: 239911
|
77 |
+
- config_name: mgr
|
78 |
+
features:
|
79 |
+
- name: fold
|
80 |
+
dtype: int32
|
81 |
+
- name: subfold
|
82 |
+
dtype: string
|
83 |
+
- name: words
|
84 |
+
sequence: string
|
85 |
+
- name: segments
|
86 |
+
sequence: string
|
87 |
+
- name: pos_tags
|
88 |
+
sequence: string
|
89 |
+
splits:
|
90 |
+
- name: train
|
91 |
+
num_bytes: 245745
|
92 |
+
num_examples: 350
|
93 |
+
download_size: 1043655
|
94 |
+
dataset_size: 245745
|
95 |
---
|
96 |
|
97 |
# Dataset Card for Arabic POS Dialect
|
|
|
284 |
|
285 |
### Contributions
|
286 |
|
287 |
+
Thanks to [@mcmillanmajora](https://github.com/mcmillanmajora) for adding this dataset.
|