pietrolesci
commited on
Commit
•
5b3531f
1
Parent(s):
9b85ccf
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,339 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: text
|
5 |
+
dtype: string
|
6 |
+
- name: l1
|
7 |
+
dtype:
|
8 |
+
class_label:
|
9 |
+
names:
|
10 |
+
'0': Agent
|
11 |
+
'1': Device
|
12 |
+
'2': Event
|
13 |
+
'3': Place
|
14 |
+
'4': Species
|
15 |
+
'5': SportsSeason
|
16 |
+
'6': TopicalConcept
|
17 |
+
'7': UnitOfWork
|
18 |
+
'8': Work
|
19 |
+
- name: l2
|
20 |
+
dtype:
|
21 |
+
class_label:
|
22 |
+
names:
|
23 |
+
'0': Actor
|
24 |
+
'1': AmusementParkAttraction
|
25 |
+
'2': Animal
|
26 |
+
'3': Artist
|
27 |
+
'4': Athlete
|
28 |
+
'5': BodyOfWater
|
29 |
+
'6': Boxer
|
30 |
+
'7': BritishRoyalty
|
31 |
+
'8': Broadcaster
|
32 |
+
'9': Building
|
33 |
+
'10': Cartoon
|
34 |
+
'11': CelestialBody
|
35 |
+
'12': Cleric
|
36 |
+
'13': ClericalAdministrativeRegion
|
37 |
+
'14': Coach
|
38 |
+
'15': Comic
|
39 |
+
'16': ComicsCharacter
|
40 |
+
'17': Company
|
41 |
+
'18': Database
|
42 |
+
'19': EducationalInstitution
|
43 |
+
'20': Engine
|
44 |
+
'21': Eukaryote
|
45 |
+
'22': FictionalCharacter
|
46 |
+
'23': FloweringPlant
|
47 |
+
'24': FootballLeagueSeason
|
48 |
+
'25': Genre
|
49 |
+
'26': GridironFootballPlayer
|
50 |
+
'27': Group
|
51 |
+
'28': Horse
|
52 |
+
'29': Infrastructure
|
53 |
+
'30': LegalCase
|
54 |
+
'31': MotorcycleRider
|
55 |
+
'32': MusicalArtist
|
56 |
+
'33': MusicalWork
|
57 |
+
'34': NaturalEvent
|
58 |
+
'35': NaturalPlace
|
59 |
+
'36': Olympics
|
60 |
+
'37': Organisation
|
61 |
+
'38': OrganisationMember
|
62 |
+
'39': PeriodicalLiterature
|
63 |
+
'40': Person
|
64 |
+
'41': Plant
|
65 |
+
'42': Politician
|
66 |
+
'43': Presenter
|
67 |
+
'44': Race
|
68 |
+
'45': RaceTrack
|
69 |
+
'46': RacingDriver
|
70 |
+
'47': RouteOfTransportation
|
71 |
+
'48': Satellite
|
72 |
+
'49': Scientist
|
73 |
+
'50': Settlement
|
74 |
+
'51': SocietalEvent
|
75 |
+
'52': Software
|
76 |
+
'53': Song
|
77 |
+
'54': SportFacility
|
78 |
+
'55': SportsEvent
|
79 |
+
'56': SportsLeague
|
80 |
+
'57': SportsManager
|
81 |
+
'58': SportsTeam
|
82 |
+
'59': SportsTeamSeason
|
83 |
+
'60': Station
|
84 |
+
'61': Stream
|
85 |
+
'62': Tournament
|
86 |
+
'63': Tower
|
87 |
+
'64': Venue
|
88 |
+
'65': VolleyballPlayer
|
89 |
+
'66': WinterSportPlayer
|
90 |
+
'67': Wrestler
|
91 |
+
'68': Writer
|
92 |
+
'69': WrittenWork
|
93 |
+
- name: l3
|
94 |
+
dtype:
|
95 |
+
class_label:
|
96 |
+
names:
|
97 |
+
'0': AcademicJournal
|
98 |
+
'1': AdultActor
|
99 |
+
'2': Airline
|
100 |
+
'3': Airport
|
101 |
+
'4': Album
|
102 |
+
'5': AmateurBoxer
|
103 |
+
'6': Ambassador
|
104 |
+
'7': AmericanFootballPlayer
|
105 |
+
'8': Amphibian
|
106 |
+
'9': AnimangaCharacter
|
107 |
+
'10': Anime
|
108 |
+
'11': Arachnid
|
109 |
+
'12': Architect
|
110 |
+
'13': ArtificialSatellite
|
111 |
+
'14': ArtistDiscography
|
112 |
+
'15': Astronaut
|
113 |
+
'16': AustralianFootballTeam
|
114 |
+
'17': AustralianRulesFootballPlayer
|
115 |
+
'18': AutomobileEngine
|
116 |
+
'19': BadmintonPlayer
|
117 |
+
'20': Band
|
118 |
+
'21': Bank
|
119 |
+
'22': Baronet
|
120 |
+
'23': BaseballLeague
|
121 |
+
'24': BaseballPlayer
|
122 |
+
'25': BaseballSeason
|
123 |
+
'26': BasketballLeague
|
124 |
+
'27': BasketballPlayer
|
125 |
+
'28': BasketballTeam
|
126 |
+
'29': BeachVolleyballPlayer
|
127 |
+
'30': BeautyQueen
|
128 |
+
'31': BiologicalDatabase
|
129 |
+
'32': Bird
|
130 |
+
'33': Bodybuilder
|
131 |
+
'34': Brewery
|
132 |
+
'35': Bridge
|
133 |
+
'36': BroadcastNetwork
|
134 |
+
'37': BusCompany
|
135 |
+
'38': BusinessPerson
|
136 |
+
'39': CanadianFootballTeam
|
137 |
+
'40': Canal
|
138 |
+
'41': Canoeist
|
139 |
+
'42': Cardinal
|
140 |
+
'43': Castle
|
141 |
+
'44': Cave
|
142 |
+
'45': Chef
|
143 |
+
'46': ChessPlayer
|
144 |
+
'47': ChristianBishop
|
145 |
+
'48': ClassicalMusicArtist
|
146 |
+
'49': ClassicalMusicComposition
|
147 |
+
'50': CollegeCoach
|
148 |
+
'51': Comedian
|
149 |
+
'52': ComicStrip
|
150 |
+
'53': ComicsCreator
|
151 |
+
'54': Congressman
|
152 |
+
'55': Conifer
|
153 |
+
'56': Convention
|
154 |
+
'57': CricketGround
|
155 |
+
'58': CricketTeam
|
156 |
+
'59': Cricketer
|
157 |
+
'60': Crustacean
|
158 |
+
'61': CultivatedVariety
|
159 |
+
'62': Curler
|
160 |
+
'63': Cycad
|
161 |
+
'64': CyclingRace
|
162 |
+
'65': CyclingTeam
|
163 |
+
'66': Cyclist
|
164 |
+
'67': Dam
|
165 |
+
'68': DartsPlayer
|
166 |
+
'69': Diocese
|
167 |
+
'70': Earthquake
|
168 |
+
'71': Economist
|
169 |
+
'72': Election
|
170 |
+
'73': Engineer
|
171 |
+
'74': Entomologist
|
172 |
+
'75': EurovisionSongContestEntry
|
173 |
+
'76': FashionDesigner
|
174 |
+
'77': Fern
|
175 |
+
'78': FigureSkater
|
176 |
+
'79': FilmFestival
|
177 |
+
'80': Fish
|
178 |
+
'81': FootballMatch
|
179 |
+
'82': FormulaOneRacer
|
180 |
+
'83': Fungus
|
181 |
+
'84': GaelicGamesPlayer
|
182 |
+
'85': Galaxy
|
183 |
+
'86': Glacier
|
184 |
+
'87': GolfCourse
|
185 |
+
'88': GolfPlayer
|
186 |
+
'89': GolfTournament
|
187 |
+
'90': Governor
|
188 |
+
'91': GrandPrix
|
189 |
+
'92': Grape
|
190 |
+
'93': GreenAlga
|
191 |
+
'94': Gymnast
|
192 |
+
'95': HandballPlayer
|
193 |
+
'96': HandballTeam
|
194 |
+
'97': Historian
|
195 |
+
'98': HistoricBuilding
|
196 |
+
'99': HockeyTeam
|
197 |
+
'100': HollywoodCartoon
|
198 |
+
'101': HorseRace
|
199 |
+
'102': HorseRider
|
200 |
+
'103': HorseTrainer
|
201 |
+
'104': Hospital
|
202 |
+
'105': Hotel
|
203 |
+
'106': IceHockeyLeague
|
204 |
+
'107': IceHockeyPlayer
|
205 |
+
'108': Insect
|
206 |
+
'109': Jockey
|
207 |
+
'110': Journalist
|
208 |
+
'111': Judge
|
209 |
+
'112': LacrossePlayer
|
210 |
+
'113': Lake
|
211 |
+
'114': LawFirm
|
212 |
+
'115': Legislature
|
213 |
+
'116': Library
|
214 |
+
'117': Lighthouse
|
215 |
+
'118': Magazine
|
216 |
+
'119': Manga
|
217 |
+
'120': MartialArtist
|
218 |
+
'121': Mayor
|
219 |
+
'122': Medician
|
220 |
+
'123': MemberOfParliament
|
221 |
+
'124': MilitaryConflict
|
222 |
+
'125': MilitaryPerson
|
223 |
+
'126': MilitaryUnit
|
224 |
+
'127': MixedMartialArtsEvent
|
225 |
+
'128': Model
|
226 |
+
'129': Mollusca
|
227 |
+
'130': Monarch
|
228 |
+
'131': Moss
|
229 |
+
'132': Mountain
|
230 |
+
'133': MountainPass
|
231 |
+
'134': MountainRange
|
232 |
+
'135': Museum
|
233 |
+
'136': MusicFestival
|
234 |
+
'137': MusicGenre
|
235 |
+
'138': Musical
|
236 |
+
'139': MythologicalFigure
|
237 |
+
'140': NCAATeamSeason
|
238 |
+
'141': NascarDriver
|
239 |
+
'142': NationalFootballLeagueSeason
|
240 |
+
'143': NetballPlayer
|
241 |
+
'144': Newspaper
|
242 |
+
'145': Noble
|
243 |
+
'146': OfficeHolder
|
244 |
+
'147': OlympicEvent
|
245 |
+
'148': Painter
|
246 |
+
'149': Philosopher
|
247 |
+
'150': Photographer
|
248 |
+
'151': Planet
|
249 |
+
'152': Play
|
250 |
+
'153': PlayboyPlaymate
|
251 |
+
'154': Poem
|
252 |
+
'155': Poet
|
253 |
+
'156': PokerPlayer
|
254 |
+
'157': PoliticalParty
|
255 |
+
'158': Pope
|
256 |
+
'159': President
|
257 |
+
'160': PrimeMinister
|
258 |
+
'161': Prison
|
259 |
+
'162': PublicTransitSystem
|
260 |
+
'163': Publisher
|
261 |
+
'164': RaceHorse
|
262 |
+
'165': Racecourse
|
263 |
+
'166': RadioHost
|
264 |
+
'167': RadioStation
|
265 |
+
'168': RailwayLine
|
266 |
+
'169': RailwayStation
|
267 |
+
'170': RecordLabel
|
268 |
+
'171': Religious
|
269 |
+
'172': Reptile
|
270 |
+
'173': Restaurant
|
271 |
+
'174': River
|
272 |
+
'175': Road
|
273 |
+
'176': RoadTunnel
|
274 |
+
'177': RollerCoaster
|
275 |
+
'178': Rower
|
276 |
+
'179': RugbyClub
|
277 |
+
'180': RugbyLeague
|
278 |
+
'181': RugbyPlayer
|
279 |
+
'182': Saint
|
280 |
+
'183': School
|
281 |
+
'184': ScreenWriter
|
282 |
+
'185': Senator
|
283 |
+
'186': ShoppingMall
|
284 |
+
'187': Single
|
285 |
+
'188': Skater
|
286 |
+
'189': Skier
|
287 |
+
'190': SoapCharacter
|
288 |
+
'191': SoccerClubSeason
|
289 |
+
'192': SoccerLeague
|
290 |
+
'193': SoccerManager
|
291 |
+
'194': SoccerPlayer
|
292 |
+
'195': SoccerTournament
|
293 |
+
'196': SolarEclipse
|
294 |
+
'197': SpeedwayRider
|
295 |
+
'198': SportsTeamMember
|
296 |
+
'199': SquashPlayer
|
297 |
+
'200': Stadium
|
298 |
+
'201': SumoWrestler
|
299 |
+
'202': SupremeCourtOfTheUnitedStatesCase
|
300 |
+
'203': Swimmer
|
301 |
+
'204': TableTennisPlayer
|
302 |
+
'205': TelevisionStation
|
303 |
+
'206': TennisPlayer
|
304 |
+
'207': TennisTournament
|
305 |
+
'208': Theatre
|
306 |
+
'209': Town
|
307 |
+
'210': TradeUnion
|
308 |
+
'211': University
|
309 |
+
'212': VideoGame
|
310 |
+
'213': Village
|
311 |
+
'214': VoiceActor
|
312 |
+
'215': Volcano
|
313 |
+
'216': Winery
|
314 |
+
'217': WomensTennisAssociationTournament
|
315 |
+
'218': WrestlingEvent
|
316 |
+
- name: uid
|
317 |
+
dtype: int64
|
318 |
+
- name: embedding_all-mpnet-base-v2
|
319 |
+
sequence: float32
|
320 |
+
- name: embedding_multi-qa-mpnet-base-dot-v1
|
321 |
+
sequence: float32
|
322 |
+
- name: embedding_all-MiniLM-L12-v2
|
323 |
+
sequence: float32
|
324 |
+
splits:
|
325 |
+
- name: train
|
326 |
+
num_bytes: 2013806449
|
327 |
+
num_examples: 240942
|
328 |
+
- name: validation
|
329 |
+
num_bytes: 300835619
|
330 |
+
num_examples: 36003
|
331 |
+
- name: test
|
332 |
+
num_bytes: 508125163
|
333 |
+
num_examples: 60794
|
334 |
+
download_size: 3373059933
|
335 |
+
dataset_size: 2822767231
|
336 |
+
---
|
337 |
+
# Dataset Card for "DBPedia_Classes_indexed"
|
338 |
+
|
339 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|