论文Attention Is All You Need 基于PyTorch的实现
- Python==3.x
- PyTorch==1.5.0
- torchtext==0.6.0
- pip install de_core_news_sm-3.0.0.tar.gz
- pip install en_core_web_sm-3.0.0.tar.gz
- STEP 1. 直接下载或克隆本项目:https://github.com/moon-hotel/TransformerTranslation
- STEP 2. 可自定义修改配置文件
config.py
中的配置参数,也可以保持默认
直接执行如下命令即可进行模型训练:
python train.py
训练过程:
Epoch: 2, Train loss: 5.685, Train acc: 0.240947
Epoch: 2, Train loss: 5.668, Train acc: 0.241493
Epoch: 2, Train loss: 5.714, Train acc: 0.224682
Epoch: 2, Train loss: 5.660, Train acc: 0.235888
Epoch: 2, Train loss: 5.584, Train acc: 0.242052
Epoch: 2, Train loss: 5.611, Train acc: 0.243428
直接运行如下命令即可:
python translate.py
示例结果:
德语:Eine Gruppe von Menschen steht vor einem Iglu.
翻译:A group of people standing in fraon of an igloo .
英语:A group of people are facing an igloo.
=========
德语:Ein Mann in einem blauen Hemd steht auf einer Leiter und putzt ein Fenster.
翻译:A man in a blue shirt is standing on a ladder cleaning a window.
英语:A man in a blue shirt is standing on a ladder cleaning a window.
bleu评测结果
val | test_2016_flickr |
---|---|