Datasets:

Modalities:
Text
Formats:
parquet
Libraries:
Datasets
pandas
Zaid commited on
Commit
260c65e
·
verified ·
1 Parent(s): caf5aef

Upload dataset

Browse files
README.md ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: word
5
+ dtype: string
6
+ - name: score
7
+ dtype: string
8
+ - name: label
9
+ dtype:
10
+ class_label:
11
+ names:
12
+ '0': uae
13
+ '1': iraq
14
+ '2': egypt
15
+ '3': libya
16
+ '4': syria
17
+ '5': qatar
18
+ '6': morocco
19
+ '7': jordan
20
+ '8': saudi
21
+ '9': bahrain
22
+ '10': algeria
23
+ '11': oman
24
+ '12': kuwait
25
+ '13': yemen
26
+ '14': tunis
27
+ splits:
28
+ - name: train
29
+ num_bytes: 129689
30
+ num_examples: 3037
31
+ download_size: 67762
32
+ dataset_size: 129689
33
+ configs:
34
+ - config_name: default
35
+ data_files:
36
+ - split: train
37
+ path: data/train-*
38
+ ---
data/{train-00000-of-00001-1f44e5332892de98.parquet → train-00000-of-00001.parquet} RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:02f801fb3d5a8a0ffa7dc22172c474b401c7aa543cb5e85ec0a1b3059537a130
3
- size 60953
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c7047aae1f7310b611a1e798d182ff15e17208e70a121b0f2643fb8ef7e07073
3
+ size 67762
dataset_infos.json CHANGED
@@ -1 +1,123 @@
1
- {"arbml--Twt15DA_Lists": {"description": "", "citation": "", "homepage": "", "license": "", "features": {"word": {"dtype": "string", "id": null, "_type": "Value"}, "score": {"dtype": "string", "id": null, "_type": "Value"}, "label": {"num_classes": 15, "names": ["uae", "iraq", "egypt", "libya", "syria", "qatar", "morocco", "jordan", "saudi", "bahrain", "algeria", "oman", "kuwait", "yemen", "tunis"], "id": null, "_type": "ClassLabel"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "twt15_da_lists", "config_name": "default", "version": {"version_str": "0.0.0", "description": null, "major": 0, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 130136, "num_examples": 3037, "dataset_name": "Twt15DA_Lists"}}, "download_checksums": null, "download_size": 60953, "post_processing_size": null, "dataset_size": 130136, "size_in_bytes": 191089}}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "arbml--Twt15DA_Lists": {
3
+ "description": "",
4
+ "citation": "",
5
+ "homepage": "",
6
+ "license": "",
7
+ "features": {
8
+ "word": {
9
+ "dtype": "string",
10
+ "id": null,
11
+ "_type": "Value"
12
+ },
13
+ "score": {
14
+ "dtype": "string",
15
+ "id": null,
16
+ "_type": "Value"
17
+ },
18
+ "label": {
19
+ "num_classes": 15,
20
+ "names": [
21
+ "uae",
22
+ "iraq",
23
+ "egypt",
24
+ "libya",
25
+ "syria",
26
+ "qatar",
27
+ "morocco",
28
+ "jordan",
29
+ "saudi",
30
+ "bahrain",
31
+ "algeria",
32
+ "oman",
33
+ "kuwait",
34
+ "yemen",
35
+ "tunis"
36
+ ],
37
+ "id": null,
38
+ "_type": "ClassLabel"
39
+ }
40
+ },
41
+ "post_processed": null,
42
+ "supervised_keys": null,
43
+ "task_templates": null,
44
+ "builder_name": "twt15_da_lists",
45
+ "config_name": "default",
46
+ "version": {
47
+ "version_str": "0.0.0",
48
+ "description": null,
49
+ "major": 0,
50
+ "minor": 0,
51
+ "patch": 0
52
+ },
53
+ "splits": {
54
+ "train": {
55
+ "name": "train",
56
+ "num_bytes": 130136,
57
+ "num_examples": 3037,
58
+ "dataset_name": "Twt15DA_Lists"
59
+ }
60
+ },
61
+ "download_checksums": null,
62
+ "download_size": 60953,
63
+ "post_processing_size": null,
64
+ "dataset_size": 130136,
65
+ "size_in_bytes": 191089
66
+ },
67
+ "default": {
68
+ "description": "",
69
+ "citation": "",
70
+ "homepage": "",
71
+ "license": "",
72
+ "features": {
73
+ "word": {
74
+ "dtype": "string",
75
+ "_type": "Value"
76
+ },
77
+ "score": {
78
+ "dtype": "string",
79
+ "_type": "Value"
80
+ },
81
+ "label": {
82
+ "names": [
83
+ "uae",
84
+ "iraq",
85
+ "egypt",
86
+ "libya",
87
+ "syria",
88
+ "qatar",
89
+ "morocco",
90
+ "jordan",
91
+ "saudi",
92
+ "bahrain",
93
+ "algeria",
94
+ "oman",
95
+ "kuwait",
96
+ "yemen",
97
+ "tunis"
98
+ ],
99
+ "_type": "ClassLabel"
100
+ }
101
+ },
102
+ "builder_name": "twt15_da_lists",
103
+ "dataset_name": "twt15_da_lists",
104
+ "config_name": "default",
105
+ "version": {
106
+ "version_str": "0.0.0",
107
+ "major": 0,
108
+ "minor": 0,
109
+ "patch": 0
110
+ },
111
+ "splits": {
112
+ "train": {
113
+ "name": "train",
114
+ "num_bytes": 129689,
115
+ "num_examples": 3037,
116
+ "dataset_name": null
117
+ }
118
+ },
119
+ "download_size": 67762,
120
+ "dataset_size": 129689,
121
+ "size_in_bytes": 197451
122
+ }
123
+ }