PyText

Facebook开源了自家工程师们一直在用的NLP建模框架PyText。这个框架,每天要为Facebook旗下各种应用处理超过10亿次NLP任务,Facebook AI的工业级NLP开源框架。(简化部署流程,大规模应用也OK)

PyText基于PyTorch,能够加速从研究到应用的进度,从模型的研究到完整实施只需要几天时间。框架里还包含了一些预训练模型,可以直接拿来处理文本分类、序列标注等任务。

资料如下:

主页: https://facebook.ai/developers/tools/pytext

论文:https://research.fb.com/publications/pytext-a-seamless-path-from-nlp-research-to-production/

官方文档:https://pytext-pytext.readthedocs-hosted.com/en/latest/index.html#

官方博客:https://code.fb.com/ai-research/pytext-open-source-nlp-framework/

GitHub:https://github.com/facebookresearch/pytext

参考资料:https://www.jianshu.com/p/78a93662e821

猜你喜欢

转载自www.cnblogs.com/gczr/p/10160559.html