Whiax / BERT-Transformer-PytorchLinks
Basic implementation of BERT and Transformer in Pytorch in one short python file (also includes "predict next word" GPT task)
☆42Updated 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:
- An implementation of masked language modeling for Pytorch, made as concise and simple as possible☆178Updated last year
- A library for making Transformer Variational Autoencoders. (Extends the Huggingface/transformers library.)☆141Updated 4 years ago
- Minimal implementation of Multi-layer Recurrent Neural Networks (LSTM) for character-level language modelling in PyTorch☆48Updated 6 years ago
- Code for "Finetuning Pretrained Transformers into Variational Autoencoders"☆39Updated 3 years ago
- Checkout the new version at the link!☆22Updated 4 years ago
- ☆64Updated 5 years ago
- Implementation of the GBST block from the Charformer paper, in Pytorch☆117Updated 4 years ago
- pytorch; mask language model ; bert☆72Updated 5 years ago
- Implementation of H-Transformer-1D, Hierarchical Attention for Sequence Learning☆162Updated last year
- ☆10Updated 2 years ago
- A simple and working implementation of Electra, the fastest way to pretrain language models from scratch, in Pytorch☆227Updated 2 years ago
- Usage of Siamese Recurrent Neural network architectures for semantic textual similarity☆22Updated 6 years ago
- Code for the paper "A Stable Variational Autoencoder for Text Modelling"☆26Updated 5 years ago
- A PyTorch implementation of the Transformer model from "Attention Is All You Need".☆59Updated 6 years ago
- Language Modeling Example with Transformers and PyTorch Lighting☆65Updated 4 years ago
- Deep learning and natural language processing tutorial in PyTorch☆22Updated 7 years ago
- Simple illustrative examples for energy-based models in PyTorch☆64Updated 5 years ago
- Discrete Hidden Markov Models with Numba☆12Updated 3 years ago
- Implementation of ETSformer, state of the art time-series Transformer, in Pytorch☆153Updated last year
- A repository containing the code for the Bistable Recurrent Cell☆47Updated 4 years ago
- An LSTM in PyTorch with best practices (weight dropout, forget bias, etc.) built-in. Fully compatible with PyTorch LSTM.☆134Updated 5 years ago
- The Annotated Encoder Decoder with Attention☆166Updated 4 years ago
- Implementation of character based convolutional neural network☆262Updated 4 years ago
- A small repo showing how to easily use BERT (or other transformers) for inference☆99Updated 5 years ago
- Main repository for "CharacterBERT: Reconciling ELMo and BERT for Word-Level Open-Vocabulary Representations From Characters"☆202Updated last year
- Deep Learning for Natural Language Processing - Lectures 2023☆174Updated 10 months ago
- RNN Encoder-Decoder in PyTorch☆44Updated 11 months ago
- PyTorch implementation of the Word2Vec (Skip-Gram Model) and visualizing the trained embeddings using TSNE☆53Updated 4 years ago
- Unofficial PyTorch implementation of Fastformer based on paper "Fastformer: Additive Attention Can Be All You Need"."☆134Updated 3 years ago
- Pytorch implementation of Compressive Transformers, from Deepmind☆162Updated 3 years ago