Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Training times for Spacy Entity Linking model

I'm trying to train a Spacy Entity Linking model using Wikidata and Wikipedia, using the scripts in https://github.com/explosion/spaCy/tree/master/bin/wiki_entity_linking. I've generated the KB and moved to training the model, but that is not done yet after more than a week. How long should that take normally? (I'm not using a GPU)

Alternatively, is there a pretrained Wikidata entity linking model I can use?

Thanks

like image 262
Alessandro Avatar asked Oct 24 '19 12:10

Alessandro


2 Answers

As of October 2019, Spacy does not yet provide a pre-trained model. They only offer the framework and the functionality.

I recommend you comment on this GitHub thread with your request, and your question about pre-train/training times.

https://github.com/explosion/spaCy/issues/4511

like image 73
David Bernat Avatar answered Oct 15 '22 23:10

David Bernat


This PR to spaCy has modifications that allow for training on a larger dataset. Instructions are also updated.

like image 25
Union find Avatar answered Oct 16 '22 00:10

Union find