文件名称:SentenceMIM-demo:此仓库包含用于重现论文“ SentenceMIM:潜在的可变语言模型”中呈现的某些结果的代码。
文件大小:30KB
文件格式:ZIP
更新时间:2024-03-09 13:33:43
nlp python3 pytorch mim variational-inference
句子 此存储库包含用于重现论文提供的某些结果的代码。 代码基于: : 。 为了方便起见,我们包括了npeet包中的源代码( )。 安装 git clone https://github.com/seraphlabs-ca/SentenceMIM-demo.git 数据不包含在回购中(有关下载说明,请参见下文)。 您可以使用以下命令安装所需的软件包。 # requirements.txt nltk==3.3 matplotlib==2.2.2 numpy==1.16.4 tqdm==4.28.1 torch==1.4.0 scipy==1.3.2 sklearn==0.0 注意:强烈建议使用虚拟环境,以防止损坏您的个人pip环境。 # Use at your own risk - virtual env is highly recommended pip install req
【文件预览】:
SentenceMIM-demo-master
----.gitmodules(192B)
----utils.py(1KB)
----test.py(18KB)
----train.py(12KB)
----datasets.py(8KB)
----npeet()
--------__init__.py(0B)
--------LICENSE.md(1KB)
--------entropy_estimators.py(11KB)
--------README.md(4KB)
----LICENSE(1KB)
----requirements.txt(94B)
----model.py(16KB)
----.gitignore(2KB)
----auxiliary.py(3KB)
----README.md(14KB)