Zaid commited on
Commit
1515457
1 Parent(s): 64972c6

Upload dataset

Browse files
README.md ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: Word
5
+ dtype: string
6
+ - name: label
7
+ dtype:
8
+ class_label:
9
+ names:
10
+ '0': I-MIS1
11
+ '1': B-MIS1
12
+ '2': B-LOC
13
+ '3': B-ORG
14
+ '4': B-PER
15
+ '5': I-MIS2
16
+ '6': I-PER
17
+ '7': I-ORG
18
+ '8': O
19
+ '9': B-MIS2
20
+ '10': B-MIS0
21
+ '11': I-MIS0
22
+ '12': I-LOC
23
+ '13': B-MIS3
24
+ '14': I-MIS3
25
+ '15': B-MIS
26
+ '16': B-ENGLISH
27
+ '17': I--ORG
28
+ '18': B-MIS-1
29
+ '19': IO
30
+ '20': B-MIS-2
31
+ '21': B-SPANISH
32
+ '22': B-MISS
33
+ '23': B-MISS1
34
+ '24': OO
35
+ '25': B-MIS1`
36
+ '26': I-MIS
37
+ splits:
38
+ - name: train
39
+ num_bytes: 1403749
40
+ num_examples: 67012
41
+ download_size: 454673
42
+ dataset_size: 1403749
43
+ configs:
44
+ - config_name: default
45
+ data_files:
46
+ - split: train
47
+ path: data/train-*
48
+ ---
data/{train-00000-of-00001-bf0bf8b0db400382.parquet → train-00000-of-00001.parquet} RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:aebaf7d77cc144e7311d5cc8d05cd7a8ec12c220ce3bf750ccdd4708108f2c97
3
- size 335258
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f62e30093f6febe45c7ebfdf63df923fda412c2ba9ffc4fe5b63ce5421bd2ee4
3
+ size 454673
dataset_infos.json CHANGED
@@ -1 +1,138 @@
1
- {"arbml--AQMAR": {"description": "", "citation": "", "homepage": "", "license": "", "features": {"Word": {"dtype": "string", "id": null, "_type": "Value"}, "label": {"num_classes": 27, "names": ["I-MIS1", "B-MIS1", "B-LOC", "B-ORG", "B-PER", "I-MIS2", "I-PER", "I-ORG", "O", "B-MIS2", "B-MIS0", "I-MIS0", "I-LOC", "B-MIS3", "I-MIS3", "B-MIS", "B-ENGLISH", "I--ORG", "B-MIS-1", "IO", "B-MIS-2", "B-SPANISH", "B-MISS", "B-MISS1", "OO", "B-MIS1`", "I-MIS"], "id": null, "_type": "ClassLabel"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "aqmar", "config_name": "default", "version": {"version_str": "0.0.0", "description": null, "major": 0, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 1403749, "num_examples": 67012, "dataset_name": "AQMAR"}}, "download_checksums": null, "download_size": 335258, "post_processing_size": null, "dataset_size": 1403749, "size_in_bytes": 1739007}}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "arbml--AQMAR": {
3
+ "description": "",
4
+ "citation": "",
5
+ "homepage": "",
6
+ "license": "",
7
+ "features": {
8
+ "Word": {
9
+ "dtype": "string",
10
+ "id": null,
11
+ "_type": "Value"
12
+ },
13
+ "label": {
14
+ "num_classes": 27,
15
+ "names": [
16
+ "I-MIS1",
17
+ "B-MIS1",
18
+ "B-LOC",
19
+ "B-ORG",
20
+ "B-PER",
21
+ "I-MIS2",
22
+ "I-PER",
23
+ "I-ORG",
24
+ "O",
25
+ "B-MIS2",
26
+ "B-MIS0",
27
+ "I-MIS0",
28
+ "I-LOC",
29
+ "B-MIS3",
30
+ "I-MIS3",
31
+ "B-MIS",
32
+ "B-ENGLISH",
33
+ "I--ORG",
34
+ "B-MIS-1",
35
+ "IO",
36
+ "B-MIS-2",
37
+ "B-SPANISH",
38
+ "B-MISS",
39
+ "B-MISS1",
40
+ "OO",
41
+ "B-MIS1`",
42
+ "I-MIS"
43
+ ],
44
+ "id": null,
45
+ "_type": "ClassLabel"
46
+ }
47
+ },
48
+ "post_processed": null,
49
+ "supervised_keys": null,
50
+ "task_templates": null,
51
+ "builder_name": "aqmar",
52
+ "config_name": "default",
53
+ "version": {
54
+ "version_str": "0.0.0",
55
+ "description": null,
56
+ "major": 0,
57
+ "minor": 0,
58
+ "patch": 0
59
+ },
60
+ "splits": {
61
+ "train": {
62
+ "name": "train",
63
+ "num_bytes": 1403749,
64
+ "num_examples": 67012,
65
+ "dataset_name": "AQMAR"
66
+ }
67
+ },
68
+ "download_checksums": null,
69
+ "download_size": 335258,
70
+ "post_processing_size": null,
71
+ "dataset_size": 1403749,
72
+ "size_in_bytes": 1739007
73
+ },
74
+ "default": {
75
+ "description": "",
76
+ "citation": "",
77
+ "homepage": "",
78
+ "license": "",
79
+ "features": {
80
+ "Word": {
81
+ "dtype": "string",
82
+ "_type": "Value"
83
+ },
84
+ "label": {
85
+ "names": [
86
+ "I-MIS1",
87
+ "B-MIS1",
88
+ "B-LOC",
89
+ "B-ORG",
90
+ "B-PER",
91
+ "I-MIS2",
92
+ "I-PER",
93
+ "I-ORG",
94
+ "O",
95
+ "B-MIS2",
96
+ "B-MIS0",
97
+ "I-MIS0",
98
+ "I-LOC",
99
+ "B-MIS3",
100
+ "I-MIS3",
101
+ "B-MIS",
102
+ "B-ENGLISH",
103
+ "I--ORG",
104
+ "B-MIS-1",
105
+ "IO",
106
+ "B-MIS-2",
107
+ "B-SPANISH",
108
+ "B-MISS",
109
+ "B-MISS1",
110
+ "OO",
111
+ "B-MIS1`",
112
+ "I-MIS"
113
+ ],
114
+ "_type": "ClassLabel"
115
+ }
116
+ },
117
+ "builder_name": "aqmar",
118
+ "dataset_name": "aqmar",
119
+ "config_name": "default",
120
+ "version": {
121
+ "version_str": "0.0.0",
122
+ "major": 0,
123
+ "minor": 0,
124
+ "patch": 0
125
+ },
126
+ "splits": {
127
+ "train": {
128
+ "name": "train",
129
+ "num_bytes": 1403749,
130
+ "num_examples": 67012,
131
+ "dataset_name": null
132
+ }
133
+ },
134
+ "download_size": 454673,
135
+ "dataset_size": 1403749,
136
+ "size_in_bytes": 1858422
137
+ }
138
+ }