nmt-pytorch:实施论文“通过共同学习对齐和翻译实现NMT”

时间:2024-06-02 19:22:34
【文件属性】:

文件名称:nmt-pytorch:实施论文“通过共同学习对齐和翻译实现NMT”

文件大小:14KB

文件格式:ZIP

更新时间:2024-06-02 19:22:34

Python

神经机器翻译Pytorch的实现 Pytorch实现的论文 巴赫丹瑙(Bahdanau)等人,2015 ICLR 要求 安装 安装 安装 需要Python版本> = 3.5 预处理需要TorchText + Spacy 数据集 WMT14从下载 将文件放在(home)/ datasets / wmt14 /(train / valid / test)目录下。 # Preprocessing dataset. This will create ./data/wmt14(30).pkl $ python dataset.py 进行实验 # Train and test with default settings (Seq2SeqAttModel) $ python main.py # Train with different number of rnn hidden units a


【文件预览】:
nmt-pytorch-master
----.gitignore(41B)
----run.py(2KB)
----LICENSE(11KB)
----utils.py(3KB)
----README.md(1KB)
----bleu.py(1KB)
----dataset.py(7KB)
----main.py(5KB)
----model.py(8KB)

网友评论