Zaid commited on
Commit
cad2958
1 Parent(s): 2c54e0f

Upload dataset

Browse files
README.md ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: Text
5
+ dtype: string
6
+ - name: label
7
+ dtype:
8
+ class_label:
9
+ names:
10
+ '0': Levant
11
+ '1': North Africa
12
+ '2': Egypt
13
+ '3': GULF
14
+ '4': MSA
15
+ splits:
16
+ - name: train
17
+ num_bytes: 3451477
18
+ num_examples: 9992
19
+ download_size: 1789107
20
+ dataset_size: 3451477
21
+ configs:
22
+ - config_name: default
23
+ data_files:
24
+ - split: train
25
+ path: data/train-*
26
+ ---
data/{train-00000-of-00001-47a8243d767403e2.parquet → train-00000-of-00001.parquet} RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3f691fb015c7ae97add2c44f2e970afaa317a85ce734ce2d0caa2dbdd786128e
3
- size 1766409
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e30188519e1a870bd791f56d7e60b6df554f77d00283f237d99c2c499b20ef94
3
+ size 1789107
dataset_infos.json CHANGED
@@ -1 +1,94 @@
1
- {"arbml--Arabic_Dialects_Dataset": {"description": "", "citation": "", "homepage": "", "license": "", "features": {"Text": {"dtype": "string", "id": null, "_type": "Value"}, "label": {"num_classes": 5, "names": ["allLAV", "allNOR", "allEGY", "allGLF", "allMSA"], "id": null, "_type": "ClassLabel"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "arabic_dialects_dataset", "config_name": "default", "version": {"version_str": "0.0.0", "description": null, "major": 0, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 3451477, "num_examples": 9992, "dataset_name": "Arabic_Dialects_Dataset"}}, "download_checksums": null, "download_size": 1766409, "post_processing_size": null, "dataset_size": 3451477, "size_in_bytes": 5217886}}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "arbml--Arabic_Dialects_Dataset": {
3
+ "description": "",
4
+ "citation": "",
5
+ "homepage": "",
6
+ "license": "",
7
+ "features": {
8
+ "Text": {
9
+ "dtype": "string",
10
+ "id": null,
11
+ "_type": "Value"
12
+ },
13
+ "label": {
14
+ "num_classes": 5,
15
+ "names": [
16
+ "allLAV",
17
+ "allNOR",
18
+ "allEGY",
19
+ "allGLF",
20
+ "allMSA"
21
+ ],
22
+ "id": null,
23
+ "_type": "ClassLabel"
24
+ }
25
+ },
26
+ "post_processed": null,
27
+ "supervised_keys": null,
28
+ "task_templates": null,
29
+ "builder_name": "arabic_dialects_dataset",
30
+ "config_name": "default",
31
+ "version": {
32
+ "version_str": "0.0.0",
33
+ "description": null,
34
+ "major": 0,
35
+ "minor": 0,
36
+ "patch": 0
37
+ },
38
+ "splits": {
39
+ "train": {
40
+ "name": "train",
41
+ "num_bytes": 3451477,
42
+ "num_examples": 9992,
43
+ "dataset_name": "Arabic_Dialects_Dataset"
44
+ }
45
+ },
46
+ "download_checksums": null,
47
+ "download_size": 1766409,
48
+ "post_processing_size": null,
49
+ "dataset_size": 3451477,
50
+ "size_in_bytes": 5217886
51
+ },
52
+ "default": {
53
+ "description": "",
54
+ "citation": "",
55
+ "homepage": "",
56
+ "license": "",
57
+ "features": {
58
+ "Text": {
59
+ "dtype": "string",
60
+ "_type": "Value"
61
+ },
62
+ "label": {
63
+ "names": [
64
+ "Levant",
65
+ "North Africa",
66
+ "Egypt",
67
+ "GULF",
68
+ "MSA"
69
+ ],
70
+ "_type": "ClassLabel"
71
+ }
72
+ },
73
+ "builder_name": "arabic_dialects_dataset",
74
+ "dataset_name": "arabic_dialects_dataset",
75
+ "config_name": "default",
76
+ "version": {
77
+ "version_str": "0.0.0",
78
+ "major": 0,
79
+ "minor": 0,
80
+ "patch": 0
81
+ },
82
+ "splits": {
83
+ "train": {
84
+ "name": "train",
85
+ "num_bytes": 3451477,
86
+ "num_examples": 9992,
87
+ "dataset_name": null
88
+ }
89
+ },
90
+ "download_size": 1789107,
91
+ "dataset_size": 3451477,
92
+ "size_in_bytes": 5240584
93
+ }
94
+ }