Update README.md
Browse files
README.md
CHANGED
@@ -1,35 +1,169 @@
|
|
1 |
-
---
|
2 |
-
license: mit
|
3 |
-
dataset_info:
|
4 |
-
features:
|
5 |
-
- name: tokens
|
6 |
-
sequence: string
|
7 |
-
- name: senid
|
8 |
-
dtype: int32
|
9 |
-
- name: mentions
|
10 |
-
sequence:
|
11 |
-
- name: start
|
12 |
-
dtype: int32
|
13 |
-
- name: end
|
14 |
-
dtype: int32
|
15 |
-
- name: label
|
16 |
-
sequence: string
|
17 |
-
- name: fileid
|
18 |
-
dtype: string
|
19 |
-
splits:
|
20 |
-
- name: train
|
21 |
-
num_bytes: 441896613
|
22 |
-
num_examples: 1505765
|
23 |
-
- name: test
|
24 |
-
num_bytes: 105295
|
25 |
-
num_examples: 434
|
26 |
-
download_size: 176660551
|
27 |
-
dataset_size: 442001908
|
28 |
-
configs:
|
29 |
-
- config_name: default
|
30 |
-
data_files:
|
31 |
-
- split: train
|
32 |
-
path: data/train-*
|
33 |
-
- split: test
|
34 |
-
path: data/test-*
|
35 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
dataset_info:
|
4 |
+
features:
|
5 |
+
- name: tokens
|
6 |
+
sequence: string
|
7 |
+
- name: senid
|
8 |
+
dtype: int32
|
9 |
+
- name: mentions
|
10 |
+
sequence:
|
11 |
+
- name: start
|
12 |
+
dtype: int32
|
13 |
+
- name: end
|
14 |
+
dtype: int32
|
15 |
+
- name: label
|
16 |
+
sequence: string
|
17 |
+
- name: fileid
|
18 |
+
dtype: string
|
19 |
+
splits:
|
20 |
+
- name: train
|
21 |
+
num_bytes: 441896613
|
22 |
+
num_examples: 1505765
|
23 |
+
- name: test
|
24 |
+
num_bytes: 105295
|
25 |
+
num_examples: 434
|
26 |
+
download_size: 176660551
|
27 |
+
dataset_size: 442001908
|
28 |
+
configs:
|
29 |
+
- config_name: default
|
30 |
+
data_files:
|
31 |
+
- split: train
|
32 |
+
path: data/train-*
|
33 |
+
- split: test
|
34 |
+
path: data/test-*
|
35 |
+
---
|
36 |
+
|
37 |
+
所有的类别:
|
38 |
+
|
39 |
+
```
|
40 |
+
/person/musician
|
41 |
+
/person/artist
|
42 |
+
/person
|
43 |
+
/location/city
|
44 |
+
/location
|
45 |
+
/person/director
|
46 |
+
/person/author
|
47 |
+
/language
|
48 |
+
/person/athlete
|
49 |
+
/organization
|
50 |
+
/organization/company
|
51 |
+
/people/ethnicity
|
52 |
+
/location/country
|
53 |
+
/people
|
54 |
+
/written_work
|
55 |
+
/software
|
56 |
+
/product
|
57 |
+
/product/computer
|
58 |
+
/location/cemetery
|
59 |
+
/government
|
60 |
+
/park
|
61 |
+
/government/government
|
62 |
+
/government_agency
|
63 |
+
/art
|
64 |
+
/art/film
|
65 |
+
/person/actor
|
66 |
+
/broadcast_program
|
67 |
+
/game
|
68 |
+
/geography
|
69 |
+
/geography/island
|
70 |
+
/music
|
71 |
+
/person/architect
|
72 |
+
/military
|
73 |
+
/train
|
74 |
+
/rail/railway
|
75 |
+
/rail
|
76 |
+
/location/province
|
77 |
+
/building
|
78 |
+
/event/military_conflict
|
79 |
+
/event
|
80 |
+
/title
|
81 |
+
/award
|
82 |
+
/organization/sports_league
|
83 |
+
/law
|
84 |
+
/organization/sports_team
|
85 |
+
/location/body_of_water
|
86 |
+
/organization/educational_institution
|
87 |
+
/astral_body
|
88 |
+
/geography/mountain
|
89 |
+
/organization/airline
|
90 |
+
/location/county
|
91 |
+
/event/attack
|
92 |
+
/internet/website
|
93 |
+
/internet
|
94 |
+
/disease
|
95 |
+
/building/hospital
|
96 |
+
/chemistry
|
97 |
+
/news_agency
|
98 |
+
/time
|
99 |
+
/transportation/road
|
100 |
+
/transportation
|
101 |
+
/event/natural_disaster
|
102 |
+
/event/terrorist_attack
|
103 |
+
/education/educational_degree
|
104 |
+
/education
|
105 |
+
/person/doctor
|
106 |
+
/person/politician
|
107 |
+
/person/soldier
|
108 |
+
/transit
|
109 |
+
/broadcast_network
|
110 |
+
/person/engineer
|
111 |
+
/broadcast/tv_channel
|
112 |
+
/broadcast
|
113 |
+
/event/sports_event
|
114 |
+
/religion
|
115 |
+
/religion/religion
|
116 |
+
/finance/currency
|
117 |
+
/finance
|
118 |
+
/building/airport
|
119 |
+
/product/weapon
|
120 |
+
/food
|
121 |
+
/building/sports_facility
|
122 |
+
/product/airplane
|
123 |
+
/product/ship
|
124 |
+
/livingthing
|
125 |
+
/livingthing/animal
|
126 |
+
/living_thing
|
127 |
+
/person/monarch
|
128 |
+
/product/spacecraft
|
129 |
+
/god
|
130 |
+
/government/political_party
|
131 |
+
/location/bridge
|
132 |
+
/metropolitan_transit
|
133 |
+
/metropolitan_transit/transit_line
|
134 |
+
/event/election
|
135 |
+
/play
|
136 |
+
/person/coach
|
137 |
+
/building/restaurant
|
138 |
+
/product/car
|
139 |
+
/body_part
|
140 |
+
/product/instrument
|
141 |
+
/medicine/medical_treatment
|
142 |
+
/medicine
|
143 |
+
/building/hotel
|
144 |
+
/person/religious_leader
|
145 |
+
/medicine/drug
|
146 |
+
/medicine/symptom
|
147 |
+
/building/theater
|
148 |
+
/newspaper
|
149 |
+
/event/protest
|
150 |
+
/finance/stock_exchange
|
151 |
+
/building/power_station
|
152 |
+
/computer
|
153 |
+
/computer/algorithm
|
154 |
+
/building/library
|
155 |
+
/organization/terrorist_organization
|
156 |
+
/organization/fraternity_sorority
|
157 |
+
/building/dam
|
158 |
+
/person/terrorist
|
159 |
+
/visual_art/color
|
160 |
+
/visual_art
|
161 |
+
/product/mobile_phone
|
162 |
+
/biology
|
163 |
+
/geography/glacier
|
164 |
+
/computer/programming_language
|
165 |
+
/education/department
|
166 |
+
/product/engine_device
|
167 |
+
/product/camera
|
168 |
+
|
169 |
+
```
|