Zaid commited on
Commit
d15c674
1 Parent(s): d5abd51

Upload dataset

Browse files
README.md ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: Word
5
+ dtype: string
6
+ - name: Entity
7
+ dtype: string
8
+ - name: label
9
+ dtype:
10
+ class_label:
11
+ names:
12
+ '0': B-ORG
13
+ '1': I-LOC
14
+ '2': I-PER
15
+ '3': B-LOC
16
+ '4': I-MISC
17
+ '5': I-ORG
18
+ '6': B-MISC
19
+ '7': B-PER
20
+ '8': O
21
+ splits:
22
+ - name: train
23
+ num_bytes: 982521
24
+ num_examples: 19335
25
+ - name: test
26
+ num_bytes: 230133
27
+ num_examples: 4731
28
+ download_size: 432544
29
+ dataset_size: 1212654
30
+ configs:
31
+ - config_name: default
32
+ data_files:
33
+ - split: train
34
+ path: data/train-*
35
+ - split: test
36
+ path: data/test-*
37
+ ---
data/{test-00000-of-00001-27b26648444425b7.parquet → test-00000-of-00001.parquet} RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:579421e9cce354a4539ae3cc54a3cb04b91261e53e1d1ff8d8cf992a58a1e0e8
3
- size 78081
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:da12dc9981b5cb9fb47c2b9f5cf8d94babdb0bf44d218bd9e15db44c533f0164
3
+ size 86512
data/{train-00000-of-00001-da23989bccf4c2e8.parquet → train-00000-of-00001.parquet} RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:19f63635cb0e7ca89e0551ec053a3c4820604c2bce84054a2f73b0698059737c
3
- size 303406
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:15d54927d08483d66e5e96e1a87bb4e21772eb7070f243a747d87b0c97c02c65
3
+ size 346032
dataset_infos.json CHANGED
@@ -1 +1,123 @@
1
- {"arbml--Zero_Shot_Cross_Lingual_NER_ar": {"description": "", "citation": "", "homepage": "", "license": "", "features": {"Word": {"dtype": "string", "id": null, "_type": "Value"}, "Entity": {"dtype": "string", "id": null, "_type": "Value"}, "label": {"num_classes": 9, "names": ["B-ORG", "I-LOC", "I-PER", "B-LOC", "I-MISC", "I-ORG", "B-MISC", "B-PER", "O"], "id": null, "_type": "ClassLabel"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "zero_shot_cross_lingual_ner_ar", "config_name": "default", "version": {"version_str": "0.0.0", "description": null, "major": 0, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 982521, "num_examples": 19335, "dataset_name": "Zero_Shot_Cross_Lingual_NER_ar"}, "test": {"name": "test", "num_bytes": 230133, "num_examples": 4731, "dataset_name": "Zero_Shot_Cross_Lingual_NER_ar"}}, "download_checksums": null, "download_size": 381487, "post_processing_size": null, "dataset_size": 1212654, "size_in_bytes": 1594141}}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "arbml--Zero_Shot_Cross_Lingual_NER_ar": {
3
+ "description": "",
4
+ "citation": "",
5
+ "homepage": "",
6
+ "license": "",
7
+ "features": {
8
+ "Word": {
9
+ "dtype": "string",
10
+ "id": null,
11
+ "_type": "Value"
12
+ },
13
+ "Entity": {
14
+ "dtype": "string",
15
+ "id": null,
16
+ "_type": "Value"
17
+ },
18
+ "label": {
19
+ "num_classes": 9,
20
+ "names": [
21
+ "B-ORG",
22
+ "I-LOC",
23
+ "I-PER",
24
+ "B-LOC",
25
+ "I-MISC",
26
+ "I-ORG",
27
+ "B-MISC",
28
+ "B-PER",
29
+ "O"
30
+ ],
31
+ "id": null,
32
+ "_type": "ClassLabel"
33
+ }
34
+ },
35
+ "post_processed": null,
36
+ "supervised_keys": null,
37
+ "task_templates": null,
38
+ "builder_name": "zero_shot_cross_lingual_ner_ar",
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": 982521,
51
+ "num_examples": 19335,
52
+ "dataset_name": "Zero_Shot_Cross_Lingual_NER_ar"
53
+ },
54
+ "test": {
55
+ "name": "test",
56
+ "num_bytes": 230133,
57
+ "num_examples": 4731,
58
+ "dataset_name": "Zero_Shot_Cross_Lingual_NER_ar"
59
+ }
60
+ },
61
+ "download_checksums": null,
62
+ "download_size": 381487,
63
+ "post_processing_size": null,
64
+ "dataset_size": 1212654,
65
+ "size_in_bytes": 1594141
66
+ },
67
+ "default": {
68
+ "description": "",
69
+ "citation": "",
70
+ "homepage": "",
71
+ "license": "",
72
+ "features": {
73
+ "Word": {
74
+ "dtype": "string",
75
+ "_type": "Value"
76
+ },
77
+ "Entity": {
78
+ "dtype": "string",
79
+ "_type": "Value"
80
+ },
81
+ "label": {
82
+ "names": [
83
+ "B-ORG",
84
+ "I-LOC",
85
+ "I-PER",
86
+ "B-LOC",
87
+ "I-MISC",
88
+ "I-ORG",
89
+ "B-MISC",
90
+ "B-PER",
91
+ "O"
92
+ ],
93
+ "_type": "ClassLabel"
94
+ }
95
+ },
96
+ "builder_name": "zero_shot_cross_lingual_ner_ar",
97
+ "dataset_name": "zero_shot_cross_lingual_ner_ar",
98
+ "config_name": "default",
99
+ "version": {
100
+ "version_str": "0.0.0",
101
+ "major": 0,
102
+ "minor": 0,
103
+ "patch": 0
104
+ },
105
+ "splits": {
106
+ "train": {
107
+ "name": "train",
108
+ "num_bytes": 982521,
109
+ "num_examples": 19335,
110
+ "dataset_name": null
111
+ },
112
+ "test": {
113
+ "name": "test",
114
+ "num_bytes": 230133,
115
+ "num_examples": 4731,
116
+ "dataset_name": null
117
+ }
118
+ },
119
+ "download_size": 432544,
120
+ "dataset_size": 1212654,
121
+ "size_in_bytes": 1645198
122
+ }
123
+ }