Whiax / BERT-Transformer-PytorchLinks
Basic implementation of BERT and Transformer in Pytorch in one short python file (also includes "predict next word" GPT task)
☆45Updated last year
Alternatives and similar repositories for BERT-Transformer-Pytorch
Users that are interested in BERT-Transformer-Pytorch are comparing it to the libraries listed below
Sorting:
- Minimal implementation of Multi-layer Recurrent Neural Networks (LSTM) for character-level language modelling in PyTorch☆49Updated 6 years ago
- Checkout the new version at the link!☆22Updated 5 years ago
- ☆64Updated 5 years ago
- An implementation of masked language modeling for Pytorch, made as concise and simple as possible☆179Updated 2 years ago
- A library for making Transformer Variational Autoencoders. (Extends the Huggingface/transformers library.)☆144Updated 4 years ago
- Some notebooks for NLP☆207Updated 2 years ago
- Tensorflow implementation of a linear attention architecture☆44Updated 4 years ago
- A repository containing the code for the Bistable Recurrent Cell☆47Updated 4 years ago
- Simple illustrative examples for energy-based models in PyTorch☆68Updated 5 years ago
- ☆46Updated 5 years ago
- Code for "Finetuning Pretrained Transformers into Variational Autoencoders"☆40Updated 3 years ago
- RNN Encoder-Decoder in PyTorch☆45Updated last year
- An LSTM in PyTorch with best practices (weight dropout, forget bias, etc.) built-in. Fully compatible with PyTorch LSTM.☆134Updated 5 years ago
- Implementation of H-Transformer-1D, Hierarchical Attention for Sequence Learning☆166Updated last year
- Implementation of the GBST block from the Charformer paper, in Pytorch☆119Updated 4 years ago
- The code repository for examples in the O'Reilly book 'Generative Deep Learning' using Pytorch☆184Updated 6 years ago
- Pytorch implementation of bistable recurrent cell with baseline comparisons.☆25Updated 2 years ago
- Code for the paper "A Stable Variational Autoencoder for Text Modelling"☆26Updated 5 years ago
- [IN PROGRESS] An introduction to generative adversarial networks (GANs) and variational autoencoders (VAEs) in PyTorch, by implementing a…☆33Updated 6 years ago
- A simple and working implementation of Electra, the fastest way to pretrain language models from scratch, in Pytorch☆235Updated 2 years ago
- ☆76Updated 5 years ago
- PyTorch implementation of the Word2Vec (Skip-Gram Model) and visualizing the trained embeddings using TSNE☆54Updated 5 years ago
- Implementation of character based convolutional neural network☆262Updated 4 years ago
- A tour of different optimization algorithms in PyTorch.☆99Updated 4 years ago
- Usable implementation of Mogrifier, a circuit for enhancing LSTMs and potentially other networks, from Deepmind☆20Updated last year
- Official code repository of the paper Linear Transformers Are Secretly Fast Weight Programmers.☆111Updated 4 years ago
- ☆34Updated 5 years ago
- A PyTorch implementation of the Transformer model from "Attention Is All You Need".☆60Updated 6 years ago
- Unofficial PyTorch implementation of Fastformer based on paper "Fastformer: Additive Attention Can Be All You Need"."☆132Updated 4 years ago
- A tutorial on JAX (https://github.com/google/jax/)☆47Updated 6 years ago