closeheat / pytorch-lstm-text-generation-tutorialLinks
☆43Updated 4 years ago
Alternatives and similar repositories for pytorch-lstm-text-generation-tutorial
Users that are interested in pytorch-lstm-text-generation-tutorial are comparing it to the libraries listed below
Sorting:
- Transformer Chatbot in TensorFlow 2 with TPU support.☆130Updated 3 years ago
- Implementation of Machine Learning algorithms from scratch in Python☆34Updated 6 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
- This is where I put all my work in Natural Language Processing☆97Updated 4 years ago
- Important paper implementations for Question Answering using PyTorch☆270Updated 4 years ago
- In this repository you will find an end-to-end model for text generation by implementing a Bi-LSTM-LSTM based model with PyTorch's LSTMCe…☆47Updated 5 years ago
- Text Summarization for Research Papers☆78Updated 2 years ago
- PyTorch implementation of the Word2Vec (Skip-Gram Model) and visualizing the trained embeddings using TSNE☆54Updated 5 years ago
- Building a Chatbot in PyTorch using Transformers☆134Updated 5 years ago
- A simple approach to use GPT2-medium (345M) for generating high quality text summaries with minimal training.☆156Updated 2 years ago
- A tour of different optimization algorithms in PyTorch.☆99Updated 3 years ago
- A tutorial on how to implement models for part-of-speech tagging using PyTorch and TorchText.☆180Updated 4 years ago
- Abstractive Text Summarization using Transformer☆166Updated last year
- Abstractive Text Summarization using PyTorch☆14Updated 5 years ago
- PyTorch implementation/experiments on Abstractive Text Summarization using Sequence-to-sequence RNNs and Beyond paper.☆152Updated 3 years ago
- Minimal implementation of Multi-layer Recurrent Neural Networks (LSTM) for character-level language modelling in PyTorch☆48Updated 6 years ago
- A PyTorch CNN for classifying the sentiment of movie reviews, based on the paper "Convolutional Neural Networks for Sentence Classificati…☆115Updated 5 years ago
- This repository contains Natural Language Generation (NLG) models aimed on generating text of fairy tales (Markov Chain, LSTM neural netw…☆55Updated 4 years ago
- A Tensorflow implementation of a Transformer model and how to train it on AWS SageMaker to solve a NMT task☆25Updated 4 years ago
- Generating paper titles (and more!) with GPT trained on data scraped from arXiv.☆149Updated 2 years ago
- Quantum-enhanced transformer neural network☆124Updated 2 years ago
- Implementation of character based convolutional neural network☆262Updated 4 years ago
- The aim of this repository is to show a baseline model for text classification by implementing a LSTM-based model coded in PyTorch. In or…☆64Updated 2 years ago
- Using Pytorch's nn.Transformer module to create an english to french neural machine translation model.☆78Updated 5 years ago
- Curated repository of notes from papers I'm reading, mostly NLP related. Updated regularly.☆128Updated 4 years ago
- How to build RNNs and LSTMs from scratch with NumPy.☆265Updated 4 years ago
- Neural Machine Translation with Attention (PyTorch)☆44Updated 6 years ago
- Japanese Sentence Summarization with BERT☆49Updated 2 years ago
- A Generative Adversarial Networks (GANs) Specialization made by deeplearning.ai on Coursera☆162Updated 4 years ago
- Extractive Document Summarization Based on Convolutional Neural Networks☆53Updated 7 years ago