文件名称:sockeye-recipes2:Sockeye神经机器翻译(NMT)工具包v2的培训脚本和配方
文件大小:27KB
文件格式:ZIP
更新时间:2024-03-26 07:10:28
Shell
sockeye-recipes2 Sockeye神经机器翻译(NMT)工具包的培训脚本和配方 最初的Sockeye代码库位于 。 此存储库基于 ,版本:2.3.10 在这里,我们重点介绍Sockeye v2。 此存储库与的旧版本类似但不完全向后兼容。 此存储库包含使运行和复制NMT实验变得容易的脚本。 所有模型超参数都记录在文件“ hyperparams.txt”中,该文件将传递到管道中的不同步骤: scripts / preprocess-bpe.sh:通过子词分段对bitext进行预处理 scripts / train.sh:根据bitext训练NMT模型 scripts / translate.sh:使用现有模型翻译标记化的输入文件 安装 首先,克隆此软件包: git clone https://github.com/kevinduh/sockeye-recipes2.gi
【文件预览】:
sockeye-recipes2-master
----.gitmodules(186B)
----egs()
--------quickstart()
--------ted()
----tools()
--------subword-nmt()
----sockeye()
----install()
--------install_sockeye_custom.sh(2KB)
--------get-device.sh(3KB)
--------install_tools.sh(399B)
--------path.sh(295B)
--------install_sockeye_gpu.sh(383B)
----README.md(4KB)
----scripts()
--------preprocess-bpe.sh(2KB)
--------train.sh(3KB)
--------translate.sh(3KB)
--------train-textformat.sh(3KB)
----hpm()
--------ts1.hpm-template(5KB)
--------tm1.hpm-template(5KB)
--------ts2.hpm-template(5KB)
--------ts3.hpm-template(5KB)
--------README.md(530B)