pytorch-openai-transformer-lm
Transformer model
Implementing OpenAI's transformer language model in PyTorch with pre-trained weights and fine-tuning capabilities
🐥A PyTorch implementation of OpenAI's finetuned transformer language model with a script to import the weights pre-trained by OpenAI
2k stars
92 watching
285 forks
Language: Python
last commit: over 3 years ago language-modelneural-networksopenaipytorchtransformer
Related projects:
Repository | Description | Stars |
---|---|---|
| This project provides code and model for improving language understanding through generative pre-training using a transformer-based architecture. | 2,167 |
| Implementation of a transformer-based translation model in PyTorch | 240 |
| Converts OpenFace's nn4.small2.v1.t7 model to a PyTorch module for face recognition and feature extraction | 183 |
| An implementation of Reformer, an efficient Transformer model for natural language processing tasks. | 2,132 |
| Trains a large-scale PyTorch language model on the 1-Billion Word dataset | 123 |
| Converts PyTorch models to Keras models | 859 |
| Training methods and tools for fine-tuning language models using human preferences | 1,240 |
| An open-source implementation of a deep learning model that analyzes sentiment and emotion in text using emojis | 919 |
| A PyTorch model fitting library designed to simplify the process of training deep learning models. | 636 |
| An implementation of transformer models in PyTorch for natural language processing tasks | 1,257 |
| A PyTorch quantization backend for models. | 847 |
| An implementation of DeepMind's Relational Recurrent Neural Networks (Santoro et al. 2018) in PyTorch for word language modeling | 245 |
| Converts PyTorch models to their Torch equivalents. | 541 |
| Converts popular transformer models to run on Android devices for efficient inference and generation tasks. | 396 |
| A PyTorch implementation of the SphereFace face recognition algorithm. | 716 |