Eathoublu / attention-is-all-you-need-pytorch
A PyTorch implementation of the Transformer model in "Attention is All You Need".
☆19Updated 6 years ago
Related projects ⓘ
Alternatives and complementary repositories for attention-is-all-you-need-pytorch
- The information of computer journal☆173Updated 2 years ago
- star_transformer pytorch☆26Updated 4 years ago
- torchtext使用总结,从零开始逐步实现了torchtext文本预处理过程,包括截断补长,词表构建,使用预训练词向量,构建可用于PyTorch的可迭代数据等步骤。并结合Pytorch实现LSTM.☆172Updated 5 years ago
- Official implementation of AAAI-21 paper "Label Confusion Learning to Enhance Text Classification Models"