文件名称:Python-Attentionisallyouneed一个Pytorch实现
文件大小:20KB
文件格式:ZIP
更新时间:2022-08-30 22:14:04
Python开发-机器学习
A PyTorch implementation of the Transformer model in "Attention is All You Need"
【文件预览】:
attention-is-all-you-need-pytorch-master
----train.py(10KB)
----translate.py(3KB)
----dataset.py(2KB)
----LICENSE(1KB)
----README.md(4KB)
----transformer()
--------Layers.py(2KB)
--------__init__.py(409B)
--------Modules.py(729B)
--------Optim.py(1KB)
--------Translator.py(7KB)
--------Constants.py(109B)
--------Models.py(7KB)
--------Beam.py(3KB)
--------SubLayers.py(3KB)
----.gitignore(1KB)
----preprocess.py(6KB)