openai / deeptype

Code for the paper "DeepType: Multilingual Entity Linking by Neural Type System Evolution"
https://arxiv.org/abs/1802.01021
Other
649 stars 146 forks source link

Is there a pre-trained, plug-n-play model that we can play with? #56

Open youssefavx opened 4 years ago

youssefavx commented 4 years ago

I'd like to experiment with this but I don't want to train a model, I want to use an existing model (the best one available if possible)

Is there some way to do something like:

deeptype.run('Jaguars are running in the wild') And get an output like: ['Jaguar', 'wiki URL'] Or {'Jaguar': 'wiki URL'} ?

ryangawei commented 4 years ago

Agreed. I want to use a pre-trained mode for my further research. Training one seems too time-consuming.

gloryVine commented 4 years ago

Yeah that would be nice.

petulla commented 4 years ago

+1

lbozarth commented 4 years ago

+1

Hadjerkhd commented 4 years ago

Yes that would be cool !