cbh123/dylan-lyrics

Llama 2 13B fine-tuned on Bob Dylan lyrics

Public
275 runs

Run time and cost

This model costs approximately $0.019 to run on Replicate, or 52 runs per $1, but this varies depending on your inputs. It is also open source and you can run it on your own computer with Docker.

This model runs on Nvidia L40S GPU hardware. Predictions typically complete within 20 seconds.

Readme

Llama 2 13B (base) fine-tuned on Bob Dylan Lyrics. Trained on a dataset that looks like:

{"text": "<title>{song_title}</title> <lyrics>{song_lyrics}</lyrics>"}
...

To prompt the model, try using a similar format:

<title>Tale of the Roving Gambler</title><lyrics>

The model should then respond with lyrics to that song.

Dataset

GitHub gist

Tips

Try playing around with temperature and top_k, and setting top_p to 0.8