bigjoedata commited on
Commit
52d13fa
β€’
1 Parent(s): a9f7940

Readme update

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -2,17 +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
- Note: Due to the nature of language models, lyrics bleed across artists and you may see NSFW lyrics unexpectedly (e.g., from The Beatles), especially if you change the configuration to allow more entropy. I have made no attempt to censor lyrics whatsoever.
8
 
9
- Finally, these lyrics are computer generated. Not all of these will be non-repetitive and/or coherent. Just have fun.
10
 
11
  [Github Repository](https://github.com/bigjoedata/rockbot)
12
 
13
  [GPT-2 124M version Model page on Hugging Face](https://huggingface.co/bigjoedata/rockbot)
14
 
15
- [DistilGPT2 version Model page on Hugging Face](https://huggingface.co/bigjoedata/rockbot-distilgpt2/) This is leaner but the lyrics are much more simplistic.
16
 
17
  🎹 πŸͺ˜ 🎷 🎺 πŸͺ— πŸͺ• 🎻
18
  ## Background
 
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". At the expense of time, you may adjust song length or other parameters on the left.
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. Just have fun.
8
 
9
+ Oh, and generation is resource intense and can be slow...
10
 
11
  [Github Repository](https://github.com/bigjoedata/rockbot)
12
 
13
  [GPT-2 124M version Model page on Hugging Face](https://huggingface.co/bigjoedata/rockbot)
14
 
15
+ [DistilGPT2 version Model page on Hugging Face](https://huggingface.co/bigjoedata/rockbot-distilgpt2/) This is leaner with the tradeoff being that the lyrics are more simplistic.
16
 
17
  🎹 πŸͺ˜ 🎷 🎺 πŸͺ— πŸͺ• 🎻
18
  ## Background