Update README.md
Browse files
README.md
CHANGED
|
@@ -13,6 +13,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 13 |
|
| 14 |
This model was created by fine-tuning [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 |
### Training hyperparameters
|
| 17 |
|
| 18 |
The following hyperparameters were used during training:
|
|
|
|
| 13 |
|
| 14 |
This model was created by fine-tuning [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) can be found in Files and versions > 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 |
|
| 22 |
The following hyperparameters were used during training:
|