Upload dataset
Browse files- README.md +136 -148
- data/eval-00000-of-00001.parquet +2 -2
- data/test-00000-of-00001.parquet +2 -2
- data/train-00000-of-00001.parquet +2 -2
README.md
CHANGED
@@ -1,6 +1,10 @@
|
|
1 |
---
|
2 |
dataset_info:
|
3 |
features:
|
|
|
|
|
|
|
|
|
4 |
- name: tokens
|
5 |
sequence: string
|
6 |
- name: ner_tags
|
@@ -8,158 +12,142 @@ dataset_info:
|
|
8 |
class_label:
|
9 |
names:
|
10 |
'0': O
|
11 |
-
'1': B-
|
12 |
-
'2': I-
|
13 |
-
'3': B-
|
14 |
-
'4': I-
|
15 |
-
'5': B-
|
16 |
-
'6': I-
|
17 |
-
'7': B-
|
18 |
-
'8': I-
|
19 |
-
'9': B-
|
20 |
-
'10': I-
|
21 |
-
'11': B-
|
22 |
-
'12': I-
|
23 |
-
'13': B-
|
24 |
-
'14': I-
|
25 |
-
'15': B-
|
26 |
-
'16': I-
|
27 |
-
'17': B-
|
28 |
-
'18': I-
|
29 |
-
'19': B-
|
30 |
-
'20': I-
|
31 |
-
'21': B-
|
32 |
-
'22': I-
|
33 |
-
'23': B-
|
34 |
-
'24': I-
|
35 |
-
'25': B-
|
36 |
-
'26': I-
|
37 |
-
'27': B-
|
38 |
-
'28': I-
|
39 |
-
'29': B-
|
40 |
-
'30': I-
|
41 |
-
'31': B-
|
42 |
-
'32': I-
|
43 |
-
'33': B-
|
44 |
-
'34': I-
|
45 |
-
'35': B-
|
46 |
-
'36': I-
|
47 |
-
'37': B-
|
48 |
-
'38': I-
|
49 |
-
'39': B-
|
50 |
-
'40': I-
|
51 |
-
'41': B-
|
52 |
-
'42': I-
|
53 |
-
'43': B-
|
54 |
-
'44': I-
|
55 |
-
'45': B-
|
56 |
-
'46': I-
|
57 |
-
'47': B-
|
58 |
-
'48': I-
|
59 |
-
'49': B-
|
60 |
-
'50': I-
|
61 |
-
'51': B-
|
62 |
-
'52': I-
|
63 |
-
'53': B-
|
64 |
-
'54': I-
|
65 |
-
'55': B-
|
66 |
-
'56': I-
|
67 |
-
'57': B-
|
68 |
-
'58': I-
|
69 |
-
'59': B-
|
70 |
-
'60': I-
|
71 |
-
'61': B-
|
72 |
-
'62': I-
|
73 |
-
'63': B-
|
74 |
-
'64': I-
|
75 |
-
'65': B-
|
76 |
-
'66': I-
|
77 |
-
'67': B-
|
78 |
-
'68': I-
|
79 |
-
'69': B-
|
80 |
-
'70': I-
|
81 |
-
'71': B-
|
82 |
-
'72': I-
|
83 |
-
'73': B-
|
84 |
-
'74': I-
|
85 |
-
'75': B-other
|
86 |
-
'76': I-other
|
87 |
-
'77': B-other
|
88 |
-
'78': I-other
|
89 |
-
'79': B-other
|
90 |
-
'80': I-other
|
91 |
-
'81': B-
|
92 |
-
'82': I-
|
93 |
-
'83': B-
|
94 |
-
'84': I-
|
95 |
-
'85': B-
|
96 |
-
'86': I-
|
97 |
-
'87': B-
|
98 |
-
'88': I-
|
99 |
-
'89': B-
|
100 |
-
'90': I-
|
101 |
-
'91': B-
|
102 |
-
'92': I-
|
103 |
-
'93': B-
|
104 |
-
'94': I-
|
105 |
-
'95': B-
|
106 |
-
'96': I-
|
107 |
-
'97': B-
|
108 |
-
'98': I-
|
109 |
-
'99': B-
|
110 |
-
'100': I-
|
111 |
-
'101': B-
|
112 |
-
'102': I-
|
113 |
-
'103': B-
|
114 |
-
'104': I-
|
115 |
-
'105': B-
|
116 |
-
'106': I-
|
117 |
-
'107': B-
|
118 |
-
'108': I-
|
119 |
-
'109': B-
|
120 |
-
'110': I-
|
121 |
-
'111': B-
|
122 |
-
'112': I-
|
123 |
-
'113': B-
|
124 |
-
'114': I-
|
125 |
-
'115': B-
|
126 |
-
'116': I-
|
127 |
-
'117': B-
|
128 |
-
'118': I-
|
129 |
-
'119': B-
|
130 |
-
'120': I-
|
131 |
-
'121': B-
|
132 |
-
'122': I-
|
133 |
-
'123': B-
|
134 |
-
'124': I-
|
135 |
-
'125': B-product-ship
|
136 |
-
'126': I-product-ship
|
137 |
-
'127': B-product-software
|
138 |
-
'128': I-product-software
|
139 |
-
'129': B-product-train
|
140 |
-
'130': I-product-train
|
141 |
-
'131': B-product-weapon
|
142 |
-
'132': I-product-weapon
|
143 |
-
'133': B-datetime-absolute
|
144 |
-
'134': I-datetime-absolute
|
145 |
-
'135': B-datetime-relative
|
146 |
-
'136': I-datetime-relative
|
147 |
-
'137': B-datetime-range
|
148 |
-
'138': I-datetime-range
|
149 |
-
'139': B-datetime-authored
|
150 |
-
'140': I-datetime-authored
|
151 |
splits:
|
152 |
- name: train
|
153 |
-
num_bytes:
|
154 |
-
num_examples:
|
155 |
- name: test
|
156 |
-
num_bytes:
|
157 |
-
num_examples:
|
158 |
- name: eval
|
159 |
-
num_bytes:
|
160 |
-
num_examples:
|
161 |
-
download_size:
|
162 |
-
dataset_size:
|
163 |
configs:
|
164 |
- config_name: default
|
165 |
data_files:
|
|
|
1 |
---
|
2 |
dataset_info:
|
3 |
features:
|
4 |
+
- name: document_id
|
5 |
+
dtype: int32
|
6 |
+
- name: sentence_id
|
7 |
+
dtype: int32
|
8 |
- name: tokens
|
9 |
sequence: string
|
10 |
- name: ner_tags
|
|
|
12 |
class_label:
|
13 |
names:
|
14 |
'0': O
|
15 |
+
'1': B-GENERAL__product-software
|
16 |
+
'2': I-GENERAL__product-software
|
17 |
+
'3': B-GENERAL__person-scholar
|
18 |
+
'4': I-GENERAL__person-scholar
|
19 |
+
'5': B-GENERAL__event-attack/battle/war/militaryconflict
|
20 |
+
'6': I-GENERAL__event-attack/battle/war/militaryconflict
|
21 |
+
'7': B-DATETIME__range
|
22 |
+
'8': I-DATETIME__range
|
23 |
+
'9': B-GENERAL__other-award
|
24 |
+
'10': I-GENERAL__other-award
|
25 |
+
'11': B-GENERAL__other-disease
|
26 |
+
'12': I-GENERAL__other-disease
|
27 |
+
'13': B-GENERAL__building-sportsfacility
|
28 |
+
'14': I-GENERAL__building-sportsfacility
|
29 |
+
'15': B-DATETIME__authored
|
30 |
+
'16': I-DATETIME__authored
|
31 |
+
'17': B-GENERAL__location-bodiesofwater
|
32 |
+
'18': I-GENERAL__location-bodiesofwater
|
33 |
+
'19': B-GENERAL__art-writtenart
|
34 |
+
'20': I-GENERAL__art-writtenart
|
35 |
+
'21': B-GENERAL__other-god
|
36 |
+
'22': I-GENERAL__other-god
|
37 |
+
'23': B-DATETIME__relative
|
38 |
+
'24': I-DATETIME__relative
|
39 |
+
'25': B-GENERAL__organization-government/governmentagency
|
40 |
+
'26': I-GENERAL__organization-government/governmentagency
|
41 |
+
'27': B-GENERAL__product-weapon
|
42 |
+
'28': I-GENERAL__product-weapon
|
43 |
+
'29': B-GENERAL__other-language
|
44 |
+
'30': I-GENERAL__other-language
|
45 |
+
'31': B-GENERAL__event-other
|
46 |
+
'32': I-GENERAL__event-other
|
47 |
+
'33': B-GENERAL__building-restaurant
|
48 |
+
'34': I-GENERAL__building-restaurant
|
49 |
+
'35': B-GENERAL__location-mountain
|
50 |
+
'36': I-GENERAL__location-mountain
|
51 |
+
'37': B-GENERAL__organization-religion
|
52 |
+
'38': I-GENERAL__organization-religion
|
53 |
+
'39': B-GENERAL__location-park
|
54 |
+
'40': I-GENERAL__location-park
|
55 |
+
'41': B-GENERAL__event-sportsevent
|
56 |
+
'42': I-GENERAL__event-sportsevent
|
57 |
+
'43': B-GENERAL__other-livingthing
|
58 |
+
'44': I-GENERAL__other-livingthing
|
59 |
+
'45': B-GENERAL__product-food
|
60 |
+
'46': I-GENERAL__product-food
|
61 |
+
'47': B-GENERAL__other-currency
|
62 |
+
'48': I-GENERAL__other-currency
|
63 |
+
'49': B-GENERAL__location-island
|
64 |
+
'50': I-GENERAL__location-island
|
65 |
+
'51': B-GENERAL__organization-education
|
66 |
+
'52': I-GENERAL__organization-education
|
67 |
+
'53': B-GENERAL__other-astronomything
|
68 |
+
'54': I-GENERAL__other-astronomything
|
69 |
+
'55': B-GENERAL__other-chemicalthing
|
70 |
+
'56': I-GENERAL__other-chemicalthing
|
71 |
+
'57': B-GENERAL__other-law
|
72 |
+
'58': I-GENERAL__other-law
|
73 |
+
'59': B-GENERAL__building-library
|
74 |
+
'60': I-GENERAL__building-library
|
75 |
+
'61': B-GENERAL__organization-media/newspaper
|
76 |
+
'62': I-GENERAL__organization-media/newspaper
|
77 |
+
'63': B-GENERAL__location-GPE
|
78 |
+
'64': I-GENERAL__location-GPE
|
79 |
+
'65': B-GENERAL__art-music
|
80 |
+
'66': I-GENERAL__art-music
|
81 |
+
'67': B-GENERAL__art-broadcastprogram
|
82 |
+
'68': I-GENERAL__art-broadcastprogram
|
83 |
+
'69': B-GENERAL__person-soldier
|
84 |
+
'70': I-GENERAL__person-soldier
|
85 |
+
'71': B-GENERAL__building-airport
|
86 |
+
'72': I-GENERAL__building-airport
|
87 |
+
'73': B-GENERAL__other-biologything
|
88 |
+
'74': I-GENERAL__other-biologything
|
89 |
+
'75': B-GENERAL__art-other
|
90 |
+
'76': I-GENERAL__art-other
|
91 |
+
'77': B-GENERAL__person-other
|
92 |
+
'78': I-GENERAL__person-other
|
93 |
+
'79': B-GENERAL__organization-other
|
94 |
+
'80': I-GENERAL__organization-other
|
95 |
+
'81': B-GENERAL__product-game
|
96 |
+
'82': I-GENERAL__product-game
|
97 |
+
'83': B-DATETIME__absolute
|
98 |
+
'84': I-DATETIME__absolute
|
99 |
+
'85': B-GENERAL__organization-sportsteam
|
100 |
+
'86': I-GENERAL__organization-sportsteam
|
101 |
+
'87': B-GENERAL__product-train
|
102 |
+
'88': I-GENERAL__product-train
|
103 |
+
'89': B-GENERAL__product-car
|
104 |
+
'90': I-GENERAL__product-car
|
105 |
+
'91': B-GENERAL__other-medical
|
106 |
+
'92': I-GENERAL__other-medical
|
107 |
+
'93': B-GENERAL__building-theater
|
108 |
+
'94': I-GENERAL__building-theater
|
109 |
+
'95': B-GENERAL__art-film
|
110 |
+
'96': I-GENERAL__art-film
|
111 |
+
'97': B-GENERAL__art-painting
|
112 |
+
'98': I-GENERAL__art-painting
|
113 |
+
'99': B-GENERAL__location-other
|
114 |
+
'100': I-GENERAL__location-other
|
115 |
+
'101': B-GENERAL__building-hospital
|
116 |
+
'102': I-GENERAL__building-hospital
|
117 |
+
'103': B-GENERAL__product-airplane
|
118 |
+
'104': I-GENERAL__product-airplane
|
119 |
+
'105': B-GENERAL__product-ship
|
120 |
+
'106': I-GENERAL__product-ship
|
121 |
+
'107': B-GENERAL__person-politician
|
122 |
+
'108': I-GENERAL__person-politician
|
123 |
+
'109': B-GENERAL__other-educationaldegree
|
124 |
+
'110': I-GENERAL__other-educationaldegree
|
125 |
+
'111': B-GENERAL__product-other
|
126 |
+
'112': I-GENERAL__product-other
|
127 |
+
'113': B-GENERAL__building-other
|
128 |
+
'114': I-GENERAL__building-other
|
129 |
+
'115': B-GENERAL__person-artist/author
|
130 |
+
'116': I-GENERAL__person-artist/author
|
131 |
+
'117': B-GENERAL__organization-showorganization
|
132 |
+
'118': I-GENERAL__organization-showorganization
|
133 |
+
'119': B-GENERAL__location-road/railway/highway/transit
|
134 |
+
'120': I-GENERAL__location-road/railway/highway/transit
|
135 |
+
'121': B-GENERAL__building-hotel
|
136 |
+
'122': I-GENERAL__building-hotel
|
137 |
+
'123': B-GENERAL__organization-company
|
138 |
+
'124': I-GENERAL__organization-company
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
139 |
splits:
|
140 |
- name: train
|
141 |
+
num_bytes: 202016220
|
142 |
+
num_examples: 39999
|
143 |
- name: test
|
144 |
+
num_bytes: 25621800
|
145 |
+
num_examples: 5000
|
146 |
- name: eval
|
147 |
+
num_bytes: 25042293
|
148 |
+
num_examples: 4999
|
149 |
+
download_size: 37603522
|
150 |
+
dataset_size: 252680313
|
151 |
configs:
|
152 |
- config_name: default
|
153 |
data_files:
|
data/eval-00000-of-00001.parquet
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:156bcc4a18aaf25382e954ebdfe80c730d36c5dc5c28ebbf070eb0252d25595c
|
3 |
+
size 3757419
|
data/test-00000-of-00001.parquet
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7e44a6833777df0133701e0625ce1199df52674d0e7805f7edd145fb732584e8
|
3 |
+
size 3826321
|
data/train-00000-of-00001.parquet
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:60227943b787d9770e9bffe4d40097ad618477e47d0375e08de57af8e7fda1e1
|
3 |
+
size 30019782
|