Commit ·
68e365c
1
Parent(s): 52d13fa
Updated README
Browse files
README.md
CHANGED
|
@@ -2,13 +2,17 @@
|
|
| 2 |
# 🎸 🥁 Rockbot 🎤 🎧
|
| 3 |
A [GPT-2](https://openai.com/blog/better-language-models/) based lyrics generator fine-tuned on the writing styles of 16000 songs by 270 artists across MANY genres (not just rock).
|
| 4 |
|
| 5 |
-
**Instructions:** Type in a fake song title, pick an artist, click "Generate".
|
| 6 |
|
| 7 |
-
Most language models are imprecise and Rockbot is no exception. You may see NSFW lyrics unexpectedly. I have made no attempts to censor. Generated lyrics may be repetitive and/or incoherent at times, but hopefully you'll encounter something interesting or memorable.
|
| 8 |
|
| 9 |
-
Oh, and generation is resource intense and can be slow...
|
| 10 |
|
| 11 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
|
| 13 |
[GPT-2 124M version Model page on Hugging Face](https://huggingface.co/bigjoedata/rockbot)
|
| 14 |
|
|
|
|
| 2 |
# 🎸 🥁 Rockbot 🎤 🎧
|
| 3 |
A [GPT-2](https://openai.com/blog/better-language-models/) based lyrics generator fine-tuned on the writing styles of 16000 songs by 270 artists across MANY genres (not just rock).
|
| 4 |
|
| 5 |
+
**Instructions:** Type in a fake song title, pick an artist, click "Generate".
|
| 6 |
|
| 7 |
+
Most language models are imprecise and Rockbot is no exception. You may see NSFW lyrics unexpectedly. I have made no attempts to censor. Generated lyrics may be repetitive and/or incoherent at times, but hopefully you'll encounter something interesting or memorable.
|
| 8 |
|
| 9 |
+
Oh, and generation is resource intense and can be slow. I set governors on song length to keep generation time somewhat reasonable. You may adjust song length and other parameters on the left or check out [Github](https://github.com/bigjoedata/rockbot) to spin up your own Rockbot.
|
| 10 |
|
| 11 |
+
Just have fun.
|
| 12 |
+
|
| 13 |
+
[Demo](https://share.streamlit.io/bigjoedata/rockbot/main/src/main.py) Adjust settings to increase speed
|
| 14 |
+
|
| 15 |
+
[Github](https://github.com/bigjoedata/rockbot)
|
| 16 |
|
| 17 |
[GPT-2 124M version Model page on Hugging Face](https://huggingface.co/bigjoedata/rockbot)
|
| 18 |
|