Datasets:
Tasks:
Token Classification
Modalities:
Text
Formats:
parquet
Sub-tasks:
part-of-speech
Languages:
Arabic
Size:
1K - 10K
ArXiv:
License:
Commit
·
c2a239a
1
Parent(s):
27970e8
Add mgr data files
Browse files- README.md +7 -3
- dataset_infos.json +7 -39
- mgr/train-00000-of-00001.parquet +3 -0
README.md
CHANGED
@@ -87,10 +87,10 @@ dataset_info:
|
|
87 |
sequence: string
|
88 |
splits:
|
89 |
- name: train
|
90 |
-
num_bytes:
|
91 |
num_examples: 350
|
92 |
-
download_size:
|
93 |
-
dataset_size:
|
94 |
configs:
|
95 |
- config_name: egy
|
96 |
data_files:
|
@@ -104,6 +104,10 @@ configs:
|
|
104 |
data_files:
|
105 |
- split: train
|
106 |
path: lev/train-*
|
|
|
|
|
|
|
|
|
107 |
---
|
108 |
|
109 |
# Dataset Card for Arabic POS Dialect
|
|
|
87 |
sequence: string
|
88 |
splits:
|
89 |
- name: train
|
90 |
+
num_bytes: 245717
|
91 |
num_examples: 350
|
92 |
+
download_size: 90503
|
93 |
+
dataset_size: 245717
|
94 |
configs:
|
95 |
- config_name: egy
|
96 |
data_files:
|
|
|
104 |
data_files:
|
105 |
- split: train
|
106 |
path: lev/train-*
|
107 |
+
- config_name: mgr
|
108 |
+
data_files:
|
109 |
+
- split: train
|
110 |
+
path: mgr/train-*
|
111 |
---
|
112 |
|
113 |
# Dataset Card for Arabic POS Dialect
|
dataset_infos.json
CHANGED
@@ -178,52 +178,39 @@
|
|
178 |
"features": {
|
179 |
"fold": {
|
180 |
"dtype": "int32",
|
181 |
-
"id": null,
|
182 |
"_type": "Value"
|
183 |
},
|
184 |
"subfold": {
|
185 |
"dtype": "string",
|
186 |
-
"id": null,
|
187 |
"_type": "Value"
|
188 |
},
|
189 |
"words": {
|
190 |
"feature": {
|
191 |
"dtype": "string",
|
192 |
-
"id": null,
|
193 |
"_type": "Value"
|
194 |
},
|
195 |
-
"length": -1,
|
196 |
-
"id": null,
|
197 |
"_type": "Sequence"
|
198 |
},
|
199 |
"segments": {
|
200 |
"feature": {
|
201 |
"dtype": "string",
|
202 |
-
"id": null,
|
203 |
"_type": "Value"
|
204 |
},
|
205 |
-
"length": -1,
|
206 |
-
"id": null,
|
207 |
"_type": "Sequence"
|
208 |
},
|
209 |
"pos_tags": {
|
210 |
"feature": {
|
211 |
"dtype": "string",
|
212 |
-
"id": null,
|
213 |
"_type": "Value"
|
214 |
},
|
215 |
-
"length": -1,
|
216 |
-
"id": null,
|
217 |
"_type": "Sequence"
|
218 |
}
|
219 |
},
|
220 |
-
"
|
221 |
-
"
|
222 |
-
"builder_name": "arabic_pos_dialect",
|
223 |
"config_name": "mgr",
|
224 |
"version": {
|
225 |
"version_str": "0.0.0",
|
226 |
-
"description": null,
|
227 |
"major": 0,
|
228 |
"minor": 0,
|
229 |
"patch": 0
|
@@ -231,32 +218,13 @@
|
|
231 |
"splits": {
|
232 |
"train": {
|
233 |
"name": "train",
|
234 |
-
"num_bytes":
|
235 |
"num_examples": 350,
|
236 |
-
"dataset_name":
|
237 |
-
}
|
238 |
-
},
|
239 |
-
"download_checksums": {
|
240 |
-
"https://github.com/qcri/dialectal_arabic_resources/raw/master/seg_plus_pos_egy.txt": {
|
241 |
-
"num_bytes": 290070,
|
242 |
-
"checksum": "13977060df1266eb5084c724b0109ec946a12304d24bf18810bc2e662146dfd5"
|
243 |
-
},
|
244 |
-
"https://github.com/qcri/dialectal_arabic_resources/raw/master/seg_plus_pos_lev.txt": {
|
245 |
-
"num_bytes": 265356,
|
246 |
-
"checksum": "dd6741ab80a605b290dd0c82c7b20670b4ecc8ae982d9762660266c7fd4c0036"
|
247 |
-
},
|
248 |
-
"https://github.com/qcri/dialectal_arabic_resources/raw/master/seg_plus_pos_glf.txt": {
|
249 |
-
"num_bytes": 241428,
|
250 |
-
"checksum": "a719b071806ae9398182817aef87abd240393fbc2f98b24361a94f219c3daa31"
|
251 |
-
},
|
252 |
-
"https://github.com/qcri/dialectal_arabic_resources/raw/master/seg_plus_pos_mgr.txt": {
|
253 |
-
"num_bytes": 246801,
|
254 |
-
"checksum": "86ca158dc5981a84d25078a2063e8e081ecca7d5437f49b63b4ebd531042476a"
|
255 |
}
|
256 |
},
|
257 |
-
"download_size":
|
258 |
-
"
|
259 |
-
"
|
260 |
-
"size_in_bytes": 1289400
|
261 |
}
|
262 |
}
|
|
|
178 |
"features": {
|
179 |
"fold": {
|
180 |
"dtype": "int32",
|
|
|
181 |
"_type": "Value"
|
182 |
},
|
183 |
"subfold": {
|
184 |
"dtype": "string",
|
|
|
185 |
"_type": "Value"
|
186 |
},
|
187 |
"words": {
|
188 |
"feature": {
|
189 |
"dtype": "string",
|
|
|
190 |
"_type": "Value"
|
191 |
},
|
|
|
|
|
192 |
"_type": "Sequence"
|
193 |
},
|
194 |
"segments": {
|
195 |
"feature": {
|
196 |
"dtype": "string",
|
|
|
197 |
"_type": "Value"
|
198 |
},
|
|
|
|
|
199 |
"_type": "Sequence"
|
200 |
},
|
201 |
"pos_tags": {
|
202 |
"feature": {
|
203 |
"dtype": "string",
|
|
|
204 |
"_type": "Value"
|
205 |
},
|
|
|
|
|
206 |
"_type": "Sequence"
|
207 |
}
|
208 |
},
|
209 |
+
"builder_name": "parquet",
|
210 |
+
"dataset_name": "arabic_pos_dialect",
|
|
|
211 |
"config_name": "mgr",
|
212 |
"version": {
|
213 |
"version_str": "0.0.0",
|
|
|
214 |
"major": 0,
|
215 |
"minor": 0,
|
216 |
"patch": 0
|
|
|
218 |
"splits": {
|
219 |
"train": {
|
220 |
"name": "train",
|
221 |
+
"num_bytes": 245717,
|
222 |
"num_examples": 350,
|
223 |
+
"dataset_name": null
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
224 |
}
|
225 |
},
|
226 |
+
"download_size": 90503,
|
227 |
+
"dataset_size": 245717,
|
228 |
+
"size_in_bytes": 336220
|
|
|
229 |
}
|
230 |
}
|
mgr/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:21ebd490292dd3a632c7df756255d04b04135cb842c09d9a4021d84ca6622ba2
|
3 |
+
size 90503
|