Skip to content

Pytorch implementation of a simple GRU word-level language model trained on Donald Trump's tweets.

Notifications You must be signed in to change notification settings

shashwath94/Recurrent-Language-Model

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neural-Language-Model (WIP)

Pytorch implementation of a simple GRU language model trained on Donald Trump's tweets.

Dataset - 30649 Trump's tweets from @realDonaldTrump obtained from here

Model - A simple GRU based language model. Improvements to be made.

Train the model - python3 train.py

To do :

  • Improve the word level language model
  • Build character level model
  • modularize the code

About

Pytorch implementation of a simple GRU word-level language model trained on Donald Trump's tweets.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages