Upload dataset
Browse files- README.md +113 -0
- data/test-00000-of-00001.parquet +3 -0
- data/train-00000-of-00001.parquet +3 -0
- data/validation-00000-of-00001.parquet +3 -0
README.md
ADDED
@@ -0,0 +1,113 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: id
|
5 |
+
dtype: string
|
6 |
+
- name: tokens
|
7 |
+
sequence: string
|
8 |
+
- name: ner_tags
|
9 |
+
sequence:
|
10 |
+
class_label:
|
11 |
+
names:
|
12 |
+
'0': O
|
13 |
+
'1': art
|
14 |
+
'2': building
|
15 |
+
'3': event
|
16 |
+
'4': location
|
17 |
+
'5': organization
|
18 |
+
'6': other
|
19 |
+
'7': person
|
20 |
+
'8': product
|
21 |
+
- name: fine_ner_tags
|
22 |
+
sequence:
|
23 |
+
class_label:
|
24 |
+
names:
|
25 |
+
'0': O
|
26 |
+
'1': art-broadcastprogram
|
27 |
+
'2': art-film
|
28 |
+
'3': art-music
|
29 |
+
'4': art-other
|
30 |
+
'5': art-painting
|
31 |
+
'6': art-writtenart
|
32 |
+
'7': building-airport
|
33 |
+
'8': building-hospital
|
34 |
+
'9': building-hotel
|
35 |
+
'10': building-library
|
36 |
+
'11': building-other
|
37 |
+
'12': building-restaurant
|
38 |
+
'13': building-sportsfacility
|
39 |
+
'14': building-theater
|
40 |
+
'15': event-attack/battle/war/militaryconflict
|
41 |
+
'16': event-disaster
|
42 |
+
'17': event-election
|
43 |
+
'18': event-other
|
44 |
+
'19': event-protest
|
45 |
+
'20': event-sportsevent
|
46 |
+
'21': location-GPE
|
47 |
+
'22': location-bodiesofwater
|
48 |
+
'23': location-island
|
49 |
+
'24': location-mountain
|
50 |
+
'25': location-other
|
51 |
+
'26': location-park
|
52 |
+
'27': location-road/railway/highway/transit
|
53 |
+
'28': organization-company
|
54 |
+
'29': organization-education
|
55 |
+
'30': organization-government/governmentagency
|
56 |
+
'31': organization-media/newspaper
|
57 |
+
'32': organization-other
|
58 |
+
'33': organization-politicalparty
|
59 |
+
'34': organization-religion
|
60 |
+
'35': organization-showorganization
|
61 |
+
'36': organization-sportsleague
|
62 |
+
'37': organization-sportsteam
|
63 |
+
'38': other-astronomything
|
64 |
+
'39': other-award
|
65 |
+
'40': other-biologything
|
66 |
+
'41': other-chemicalthing
|
67 |
+
'42': other-currency
|
68 |
+
'43': other-disease
|
69 |
+
'44': other-educationaldegree
|
70 |
+
'45': other-god
|
71 |
+
'46': other-language
|
72 |
+
'47': other-law
|
73 |
+
'48': other-livingthing
|
74 |
+
'49': other-medical
|
75 |
+
'50': person-actor
|
76 |
+
'51': person-artist/author
|
77 |
+
'52': person-athlete
|
78 |
+
'53': person-director
|
79 |
+
'54': person-other
|
80 |
+
'55': person-politician
|
81 |
+
'56': person-scholar
|
82 |
+
'57': person-soldier
|
83 |
+
'58': product-airplane
|
84 |
+
'59': product-car
|
85 |
+
'60': product-food
|
86 |
+
'61': product-game
|
87 |
+
'62': product-other
|
88 |
+
'63': product-ship
|
89 |
+
'64': product-software
|
90 |
+
'65': product-train
|
91 |
+
'66': product-weapon
|
92 |
+
splits:
|
93 |
+
- name: train
|
94 |
+
num_bytes: 81848645
|
95 |
+
num_examples: 131767
|
96 |
+
- name: validation
|
97 |
+
num_bytes: 11731110
|
98 |
+
num_examples: 18824
|
99 |
+
- name: test
|
100 |
+
num_bytes: 23345314
|
101 |
+
num_examples: 37648
|
102 |
+
download_size: 24191190
|
103 |
+
dataset_size: 116925069
|
104 |
+
configs:
|
105 |
+
- config_name: default
|
106 |
+
data_files:
|
107 |
+
- split: train
|
108 |
+
path: data/train-*
|
109 |
+
- split: validation
|
110 |
+
path: data/validation-*
|
111 |
+
- split: test
|
112 |
+
path: data/test-*
|
113 |
+
---
|
data/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:edf573708fc9498d8354811ca8e5a76654749806d4425c5b8c4fec2ac5fd3c39
|
3 |
+
size 4837536
|
data/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d76388871641325b2059c8b8b7c4e4e22310636a3b3ad8c202215beaca3025dc
|
3 |
+
size 16922430
|
data/validation-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1611fcecf4fd78b9b0a797b1c8597880df0f1e45535eed38d92bf882382b7c44
|
3 |
+
size 2431224
|