pytorch-transformer
Translation model
Implementation of a transformer-based translation model in PyTorch
pytorch implementation of Attention is all you need
239 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,120 |
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,241 |
locuslab/pytorch_fft | Provides an efficient wrapper around CUDA FFTs for PyTorch transformations | 314 |
jsksxs360/how-to-use-transformers | A comprehensive guide to using the Transformers library for natural language processing tasks | 1,133 |
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 | 244 |
mrzhu-cool/pix2pix-pytorch | A PyTorch implementation of an image-to-image translation algorithm using conditional adversarial networks | 425 |
pytorch/tnt | A collection of tools and utilities for building and training neural networks with PyTorch. | 1,663 |
lemonhu/ner-bert-pytorch | A PyTorch implementation of named entity recognition using the Google AI's pre-trained BERT model for Chinese text data. | 438 |
clcarwin/convert_torch_to_pytorch | Converts PyTorch models to their Torch equivalents. | 539 |
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. | 206 |
awni/speech | A PyTorch implementation of end-to-end speech recognition models. | 754 |