Datasets:

Modalities:
Text
Formats:
parquet
Libraries:
Datasets
pandas
Zaid commited on
Commit
152cead
1 Parent(s): dad84b3

Upload dataset

Browse files
README.md ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: Term
5
+ dtype: string
6
+ - name: 'Egyptian/collequial '
7
+ dtype: string
8
+ - name: MSA
9
+ dtype: string
10
+ - name: label
11
+ dtype:
12
+ class_label:
13
+ names:
14
+ '0': compound_neg
15
+ '1': negative
16
+ '2': positive
17
+ '3': compound_pos
18
+ splits:
19
+ - name: train
20
+ num_bytes: 197173
21
+ num_examples: 5953
22
+ download_size: 59167
23
+ dataset_size: 197173
24
+ configs:
25
+ - config_name: default
26
+ data_files:
27
+ - split: train
28
+ path: data/train-*
29
+ ---
data/{train-00000-of-00001-676dfae3e8fd1a41.parquet → train-00000-of-00001.parquet} RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d08c4837edb01c4a010e588dce6baca40984c37b7cc08042e5210cd868e6a640
3
- size 54719
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:30b9da89b07702aaeb2e0458fc43f58f7ea1285bc72ff8fd75d1be715f0ba5ed
3
+ size 59167
dataset_infos.json CHANGED
@@ -1 +1,110 @@
1
- {"arbml--NileULex": {"description": "", "citation": "", "homepage": "", "license": "", "features": {"Term": {"dtype": "string", "id": null, "_type": "Value"}, "Egyptian/collequial ": {"dtype": "string", "id": null, "_type": "Value"}, "MSA": {"dtype": "string", "id": null, "_type": "Value"}, "label": {"num_classes": 4, "names": ["compound_neg", "negative", "positive", "compound_pos"], "id": null, "_type": "ClassLabel"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nile_u_lex", "config_name": "default", "version": {"version_str": "0.0.0", "description": null, "major": 0, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 197173, "num_examples": 5953, "dataset_name": "NileULex"}}, "download_checksums": null, "download_size": 54719, "post_processing_size": null, "dataset_size": 197173, "size_in_bytes": 251892}}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "arbml--NileULex": {
3
+ "description": "",
4
+ "citation": "",
5
+ "homepage": "",
6
+ "license": "",
7
+ "features": {
8
+ "Term": {
9
+ "dtype": "string",
10
+ "id": null,
11
+ "_type": "Value"
12
+ },
13
+ "Egyptian/collequial ": {
14
+ "dtype": "string",
15
+ "id": null,
16
+ "_type": "Value"
17
+ },
18
+ "MSA": {
19
+ "dtype": "string",
20
+ "id": null,
21
+ "_type": "Value"
22
+ },
23
+ "label": {
24
+ "num_classes": 4,
25
+ "names": [
26
+ "compound_neg",
27
+ "negative",
28
+ "positive",
29
+ "compound_pos"
30
+ ],
31
+ "id": null,
32
+ "_type": "ClassLabel"
33
+ }
34
+ },
35
+ "post_processed": null,
36
+ "supervised_keys": null,
37
+ "task_templates": null,
38
+ "builder_name": "nile_u_lex",
39
+ "config_name": "default",
40
+ "version": {
41
+ "version_str": "0.0.0",
42
+ "description": null,
43
+ "major": 0,
44
+ "minor": 0,
45
+ "patch": 0
46
+ },
47
+ "splits": {
48
+ "train": {
49
+ "name": "train",
50
+ "num_bytes": 197173,
51
+ "num_examples": 5953,
52
+ "dataset_name": "NileULex"
53
+ }
54
+ },
55
+ "download_checksums": null,
56
+ "download_size": 54719,
57
+ "post_processing_size": null,
58
+ "dataset_size": 197173,
59
+ "size_in_bytes": 251892
60
+ },
61
+ "default": {
62
+ "description": "",
63
+ "citation": "",
64
+ "homepage": "",
65
+ "license": "",
66
+ "features": {
67
+ "Term": {
68
+ "dtype": "string",
69
+ "_type": "Value"
70
+ },
71
+ "Egyptian/collequial ": {
72
+ "dtype": "string",
73
+ "_type": "Value"
74
+ },
75
+ "MSA": {
76
+ "dtype": "string",
77
+ "_type": "Value"
78
+ },
79
+ "label": {
80
+ "names": [
81
+ "compound_neg",
82
+ "negative",
83
+ "positive",
84
+ "compound_pos"
85
+ ],
86
+ "_type": "ClassLabel"
87
+ }
88
+ },
89
+ "builder_name": "nile_u_lex",
90
+ "dataset_name": "nile_u_lex",
91
+ "config_name": "default",
92
+ "version": {
93
+ "version_str": "0.0.0",
94
+ "major": 0,
95
+ "minor": 0,
96
+ "patch": 0
97
+ },
98
+ "splits": {
99
+ "train": {
100
+ "name": "train",
101
+ "num_bytes": 197173,
102
+ "num_examples": 5953,
103
+ "dataset_name": null
104
+ }
105
+ },
106
+ "download_size": 59167,
107
+ "dataset_size": 197173,
108
+ "size_in_bytes": 256340
109
+ }
110
+ }