cbh123 / dylan-lyrics

Llama 2 13B fine-tuned on Bob Dylan lyrics

  • Public
  • 249 runs

Input

Output

Run time and cost

This model costs approximately $0.11 to run on Replicate, or 9 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 8x Nvidia A40 (Large) 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