Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 1.08 KB

README.md

File metadata and controls

30 lines (20 loc) · 1.08 KB

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