Update README.md
Browse files
README.md
CHANGED
|
@@ -11,11 +11,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 11 |
|
| 12 |
# gpt2pac
|
| 13 |
|
| 14 |
-
This model was created by
|
| 15 |
|
| 16 |
## data
|
| 17 |
|
| 18 |
-
All unfiltered data from [https://lyrics.az/2pac/allsongs.html](https://lyrics.az/2pac/allsongs.html)
|
| 19 |
|
| 20 |
### Training hyperparameters
|
| 21 |
|
|
|
|
| 11 |
|
| 12 |
# gpt2pac
|
| 13 |
|
| 14 |
+
This model was created by finetuning [GPT-2-xl](https://huggingface.co/gpt2-xl) on the lyrics of 824 Tupac Shakur songs from [https://lyrics.az/2pac/allsongs.html](https://lyrics.az/2pac/allsongs.html).
|
| 15 |
|
| 16 |
## data
|
| 17 |
|
| 18 |
+
All unfiltered data from [https://lyrics.az/2pac/allsongs.html](https://lyrics.az/2pac/allsongs.html) are in [2pac_lyrics.json](https://huggingface.co/stecas/gpt2pac/blob/main/2pac_lyrics.json). However, I filtered some of these out of the model's training data because they were too short, not songs, etc.
|
| 19 |
|
| 20 |
### Training hyperparameters
|
| 21 |
|