Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 711 Bytes

File metadata and controls

8 lines (6 loc) · 711 Bytes

Quotation Generation with custom embeddings from Glove model and LSTM implementation in Pytorch

English Quotations generation by training Language Model in Pytorch with custom dataset by webscrapping from website.
For language model dataset, custom word embeddings are trained using Glove model on quotes.txt.

Medium article

Read implemantion in medium article.