问题描述
我正尝试使用 https://github.com/explosion/spaCy/tree/master/bin/wiki_entity_linking .我已经生成了知识库,并开始训练模型,但是一个多星期后还没有完成.通常需要多长时间? (我没有使用GPU)
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)
或者,我可以使用预先训练好的Wikidata实体链接模型吗?
Alternatively, is there a pretrained Wikidata entity linking model I can use?
谢谢
推荐答案
截至2019年10月,Spacy尚未提供经过预先训练的模型.它们仅提供框架和功能.
As of October 2019, Spacy does not yet provide a pre-trained model. They only offer the framework and the functionality.
我建议您通过请求对此GitHub线程进行评论,以及有关培训前/培训时间的问题.
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
这篇关于Spacy实体链接模型的训练时间的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!