Training times for Spacy Entity Linking model

2020-07-16 12:08发布

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

2条回答
太酷不给撩
2楼-- · 2020-07-16 12:30

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

查看更多
唯我独甜
3楼-- · 2020-07-16 12:54

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

查看更多
登录 后发表回答