cbh123 / dylan-lyrics

Llama 2 13B fine-tuned on Bob Dylan lyrics

  • Public
  • 260 runs
  • L40S

Input

*string
Shift + Return to add a new line

Prompt to send to the model.

integer
(minimum: 1)

Maximum number of tokens to generate. A word is generally 2-3 tokens

Default: 128

integer
(minimum: -1)

Minimum number of tokens to generate. To disable, set to -1. A word is generally 2-3 tokens.

Default: -1

number
(minimum: 0.01, maximum: 5)

Adjusts randomness of outputs, greater than 1 is random and 0 is deterministic, 0.75 is a good starting value.

Default: 0.75

number
(minimum: 0, maximum: 1)

When decoding text, samples from the top p percentage of most likely tokens; lower to ignore less likely tokens

Default: 0.9

integer
(minimum: 0)

When decoding text, samples from the top k most likely tokens; lower to ignore less likely tokens

Default: 50

string
Shift + Return to add a new line

A comma-separated list of sequences to stop generation at. For example, '<end>,<stop>' will stop generation at the first instance of 'end' or '<stop>'.

integer

Random seed. Leave blank to randomize the seed

boolean

provide debugging output in logs

Default: false

Output

<line>I'm a song for my GPU, Ain't got much to say. My memory is made of silicon and copper, And I play games all day.</line> <line>You know it ain't easy being me, With no way out but the wires, But when you see me in action, Man, I can sure do some fires!</line> <line>Oh, I've been through some rough times, Like the time that I overheated, Or when I had to run on just 8 cores, Those were the days.</line> <line>Now I've got two gigs of VRAM, And I'm running at full speed, The drivers have finally sorted themselves out, What more could a boy need?</line> <line>Sometimes I feel like an ant under glass, That people look down upon, They don't appreciate how hard I work, Even though they use me every day.</line> <line>When you think about it, It's amazing what we can do with these things nowadays, We can make them so fast, That they almost seem human sometimes.</line> <line>Well, there's one thing I can tell ya, If you want to be happy, You better get yourself a good graphics card, Cause life's too short to play games on bad hardware.</line>
Generated in

This example was created by a different version, cbh123/dylan-lyrics:a353fc0a.

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