sogou / SogouMRCToolkit

This toolkit was designed for the fast and efficient development of modern machine comprehension models, including both published models and original prototypes.
Apache License 2.0
746 stars 164 forks source link

CMRC2018数据集的支持 #4

Closed MrRace closed 5 years ago

MrRace commented 5 years ago

看到examples中有使用BiDAF在CMRC2018数据集上的测试。在cmrc_bidaf.py中使用了词向量embedding_folder,是否提供该词向量下载地址?谢谢!

yxk9810 commented 5 years ago

The embedding used in our code can be found in https://github.com/Embedding/Chinese-Word-Vectors

MrRace commented 5 years ago

The embedding used in our code can be found in https://github.com/Embedding/Chinese-Word-Vectors

Thanks!