jamarticus commited on
Commit
f4d8976
·
verified ·
1 Parent(s): f2045c0

Upload dataset

Browse files
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-art-broadcastprogram
12
- '2': I-art-broadcastprogram
13
- '3': B-art-film
14
- '4': I-art-film
15
- '5': B-art-music
16
- '6': I-art-music
17
- '7': B-art-other
18
- '8': I-art-other
19
- '9': B-art-painting
20
- '10': I-art-painting
21
- '11': B-art-writtenart
22
- '12': I-art-writtenart
23
- '13': B-building-airport
24
- '14': I-building-airport
25
- '15': B-building-hospital
26
- '16': I-building-hospital
27
- '17': B-building-hotel
28
- '18': I-building-hotel
29
- '19': B-building-library
30
- '20': I-building-library
31
- '21': B-building-other
32
- '22': I-building-other
33
- '23': B-building-restaurant
34
- '24': I-building-restaurant
35
- '25': B-building-sportsfacility
36
- '26': I-building-sportsfacility
37
- '27': B-building-theater
38
- '28': I-building-theater
39
- '29': B-event-attack/battle/war/militaryconflict
40
- '30': I-event-attack/battle/war/militaryconflict
41
- '31': B-event-disaster
42
- '32': I-event-disaster
43
- '33': B-event-election
44
- '34': I-event-election
45
- '35': B-event-other
46
- '36': I-event-other
47
- '37': B-event-protest
48
- '38': I-event-protest
49
- '39': B-event-sportsevent
50
- '40': I-event-sportsevent
51
- '41': B-location-gpe
52
- '42': I-location-gpe
53
- '43': B-location-bodiesofwater
54
- '44': I-location-bodiesofwater
55
- '45': B-location-island
56
- '46': I-location-island
57
- '47': B-location-mountain
58
- '48': I-location-mountain
59
- '49': B-location-other
60
- '50': I-location-other
61
- '51': B-location-park
62
- '52': I-location-park
63
- '53': B-location-road/railway/highway/transit
64
- '54': I-location-road/railway/highway/transit
65
- '55': B-organization-company
66
- '56': I-organization-company
67
- '57': B-organization-education
68
- '58': I-organization-education
69
- '59': B-organization-government/governmentagency
70
- '60': I-organization-government/governmentagency
71
- '61': B-organization-media/newspaper
72
- '62': I-organization-media/newspaper
73
- '63': B-organization-other
74
- '64': I-organization-other
75
- '65': B-organization-politicalparty
76
- '66': I-organization-politicalparty
77
- '67': B-organization-religion
78
- '68': I-organization-religion
79
- '69': B-organization-showorganization
80
- '70': I-organization-showorganization
81
- '71': B-organization-sportsleague
82
- '72': I-organization-sportsleague
83
- '73': B-organization-sportsteam
84
- '74': I-organization-sportsteam
85
- '75': B-other-astronomything
86
- '76': I-other-astronomything
87
- '77': B-other-award
88
- '78': I-other-award
89
- '79': B-other-biologything
90
- '80': I-other-biologything
91
- '81': B-other-chemicalthing
92
- '82': I-other-chemicalthing
93
- '83': B-other-currency
94
- '84': I-other-currency
95
- '85': B-other-disease
96
- '86': I-other-disease
97
- '87': B-other-educationaldegree
98
- '88': I-other-educationaldegree
99
- '89': B-other-god
100
- '90': I-other-god
101
- '91': B-other-language
102
- '92': I-other-language
103
- '93': B-other-law
104
- '94': I-other-law
105
- '95': B-other-livingthing
106
- '96': I-other-livingthing
107
- '97': B-other-medical
108
- '98': I-other-medical
109
- '99': B-person-actor
110
- '100': I-person-actor
111
- '101': B-person-artist/author
112
- '102': I-person-artist/author
113
- '103': B-person-athlete
114
- '104': I-person-athlete
115
- '105': B-person-director
116
- '106': I-person-director
117
- '107': B-person-other
118
- '108': I-person-other
119
- '109': B-person-politician
120
- '110': I-person-politician
121
- '111': B-person-scholar
122
- '112': I-person-scholar
123
- '113': B-person-soldier
124
- '114': I-person-soldier
125
- '115': B-product-airplane
126
- '116': I-product-airplane
127
- '117': B-product-car
128
- '118': I-product-car
129
- '119': B-product-food
130
- '120': I-product-food
131
- '121': B-product-game
132
- '122': I-product-game
133
- '123': B-product-other
134
- '124': I-product-other
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: 5197058
154
- num_examples: 4308
155
  - name: test
156
- num_bytes: 652224
157
- num_examples: 538
158
  - name: eval
159
- num_bytes: 662721
160
- num_examples: 538
161
- download_size: 1124450
162
- dataset_size: 6512003
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:a60877757a92a00a5472b44da62b28014d0d7f997f1db6f19ba7e8d057f970f3
3
- size 130049
 
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:43228cf09de5b399932fe588dba5696162269de2cb7a2c9e17a64d4750ffec5e
3
- size 125712
 
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:19e7ed4fe3c2c423a219ea93d4eb91b2f2836bcd19b67e4daa4064221ca3f8cb
3
- size 868689
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:60227943b787d9770e9bffe4d40097ad618477e47d0375e08de57af8e7fda1e1
3
+ size 30019782