nlp-421:探索GloVe嵌入

时间:2024-05-07 15:45:36
【文件属性】:

文件名称:nlp-421:探索GloVe嵌入

文件大小:24KB

文件格式:ZIP

更新时间:2024-05-07 15:45:36

nlp word-embedding glove-embeddings pytorch-nlp torchnlp

nlp-421 一个用于获取和处理用于NLP神经网络的GloVe嵌入的探索性项目。 用法 从终端开始 使用Anaconda版本创建的项目(conda = 4.9.2) # make new conda environment (optional but recommended) conda create -n nlp-421 # activate conda environment (if using your own env) conda activate nlp-421 # install requirements (a wrapper for pip install) make install 使用默认值运行脚本 make run 当前状态 当前专注于利用torchtext和torchnlp中的预构建方法来获取数据集和负载向量以进行nn训练。 参见分支火炬文本 资源 GloVe


【文件预览】:
nlp-421-main
----main.py(470B)
----LICENSE(1KB)
----src()
--------runners()
--------models()
--------stages()
--------tests()
--------__init__.py(0B)
--------util()
----makefile(99B)
----requirements.txt(185B)
----.gitignore(1KB)
----README.md(1KB)
----.gitattributes(66B)

网友评论