A model that generates song lyrics based on an input genre and optional input prompt.
baseModelOutput.txtContains the lyric outputs that the baseline model generated.finalModelOutput.txtContains the lyric outputs that the final, improved model generated.final_lyrics_generation.ipynbContains the code that was used to clean data, define and train our model, and generate lyrics.
baseModel.ptis the model file for the base model.finalModel.ptis the model file for the final model (our improved model).lyric_tokenizer.modelandlyric_tokenizer.modelare our tokenizer files that are used when generating output or training.