文件名称:DensePhrases:大规模学习短语的密集表示(Lee et al。,2020)
文件大小:4.47MB
文件格式:ZIP
更新时间:2024-05-22 01:04:21
nlp knowledge-base slot-filling open-domain-qa Python
密集短语 DensePhrases实时提供整个Wikipedia对您的自然语言问题的解答。 尽管它可以有效地从Wikipedia中的600亿个短语中搜索答案,但它与最先进的开放域QA模型相比具有很高的准确性,而且非常准确。 有关更多详细信息请参见我们的论文 。 *****您可以尝试我们的DensePhrases在线演示! ***** 快速链接 安装 # Use conda & pip conda create -n dph python=3.7 conda activate dph conda install pytorch cudatoolkit=11.0 -c pytorch pip install faiss-gpu==1.6.5 h5py tqdm transformers==2.9.0 blosc ujson rouge wandb nltk flask flask_cors
【文件预览】:
DensePhrases-main
----config.sh(2KB)
----densephrases()
--------models()
--------__init__.py(0B)
--------experiments()
--------demo()
--------utils()
--------scripts()
----LICENSE(11KB)
----Makefile(18KB)
----README.md(15KB)