pytorch-transformer
Translation model
Implementation of a transformer-based translation model in PyTorch
pytorch implementation of Attention is all you need
240 stars
3 watching
58 forks
Language: Python
last commit: over 3 years ago attention-is-all-you-needpytorchtransformertranslation
Related projects:
Repository | Description | Stars |
---|---|---|
lucidrains/reformer-pytorch | An implementation of Reformer, an efficient Transformer model for natural language processing tasks. | 2,132 |
huggingface/pytorch-openai-transformer-lm | Implementing OpenAI's transformer language model in PyTorch with pre-trained weights and fine-tuning capabilities | 1,511 |
tongjilibo/bert4torch | An implementation of transformer models in PyTorch for natural language processing tasks | 1,257 |
locuslab/pytorch_fft | Provides an efficient wrapper around CUDA FFTs for PyTorch transformations | 315 |
jsksxs360/how-to-use-transformers | A comprehensive guide to using the Transformers library for natural language processing tasks | 1,220 |
kefirski/bytenet | A Pytorch implementation of a neural network model for machine translation | 47 |
rdspring1/pytorch_gbw_lm | Trains a large-scale PyTorch language model on the 1-Billion Word dataset | 123 |
l0sg/relational-rnn-pytorch | An implementation of DeepMind's Relational Recurrent Neural Networks (Santoro et al. 2018) in PyTorch for word language modeling | 245 |
mrzhu-cool/pix2pix-pytorch | An implementation of an image-to-image translation algorithm using deep learning and PyTorch | 428 |
pytorch/tnt | A collection of tools and utilities for building and training neural networks with PyTorch. | 1,669 |
lemonhu/ner-bert-pytorch | A PyTorch implementation of named entity recognition using the Google AI's pre-trained BERT model for Chinese text data. | 442 |
clcarwin/convert_torch_to_pytorch | Converts PyTorch models to their Torch equivalents. | 541 |
german-nlp-group/german-transformer-training | Trains German transformer models to improve language understanding | 23 |
soobinseo/tacotron-pytorch | A PyTorch implementation of an end-to-end text-to-speech synthesis model. | 207 |
awni/speech | A PyTorch implementation of end-to-end speech recognition models. | 756 |