nikhilbarhate99 / Char-RNN-PyTorchLinks
Minimal implementation of Multi-layer Recurrent Neural Networks (LSTM) for character-level language modelling in PyTorch
☆48Updated 6 years ago
Alternatives and similar repositories for Char-RNN-PyTorch
Users that are interested in Char-RNN-PyTorch are comparing it to the libraries listed below
Sorting:
- Implementation of the GBST block from the Charformer paper, in Pytorch☆117Updated 4 years ago
- Some notebooks for NLP☆206Updated last year
- A package for fine-tuning Transformers with TPUs, written in Tensorflow2.0+☆38Updated 4 years ago
- Code for "Finetuning Pretrained Transformers into Variational Autoencoders"☆39Updated 3 years ago
- ☆48Updated 2 years ago
- ☆34Updated 4 years ago
- Basic implementation of BERT and Transformer in Pytorch in one short python file (also includes "predict next word" GPT task)☆42Updated last year
- Execute arbitrary SQL queries on 🤗 Datasets☆32Updated last year
- Jupyter notebooks that use the Fastai library☆92Updated 4 years ago
- Implementation of Feedback Transformer in Pytorch☆107Updated 4 years ago
- Exploring the Limits of Low-Resource Neural Machine Translation☆34Updated 2 years ago
- Python-based implementation of the Translate-Align-Retrieve method to automatically translate the SQuAD Dataset to Spanish.☆59Updated 2 years ago
- Personal implementation of the Transformer paper.☆22Updated last year
- Implements MLP-Mixer (https://arxiv.org/abs/2105.01601) with the CIFAR-10 dataset.☆56Updated 3 years ago
- Implementation of character based convolutional neural network☆262Updated 4 years ago
- NLP Examples using the 🤗 libraries