CoolFace
Modelpublic

harishchaurasia/gpt2-lyrics-model-fine-tuned

sourceHugging Facemitupdated 1y agoView on Hugging Face
1likes20downloads
Model Card

๐ŸŽต GPT2 Lyrics Fine-Tuned Model

This is a GPT2 model fine-tuned on 400k English song lyrics to generate creative lyric-style text.

๐Ÿ”ฅ Example Usage

python
from transformers import pipeline

pipe = pipeline("text-generation", model="harishchaurasia/gpt2-lyrics-model-fine-tuned")
print(pipe("I feel the music", max_new_tokens=50))