Skip to content

tupleblog/generate-thai-lyrics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Generate Thai Song Lyrics

We use a transformer model trained on Siamzone lyrics to generate new lyrics. The demo can be found on https://tupleblog.github.io/generate-thai-lyrics/

Dataset and model

We use the lyrics from siamzone website as our training set. The training preparation is similar to this blog post. Basically, our task is to predict the next word given all the previous words. You can see more script in train folder to see how we train LSTM or Transformer model.

Next steps

We plan to improve our model using larger model. Please stay tuned!

Dependencies

Members

This work is done by tupleteam