ashuwhy/poplyrics-1k
Viewer • Updated • 1k • 27 • 1
How to use ashuwhy/llama3.2-poplyrics-1k with PEFT:
from peft import PeftModel
from transformers import AutoModelForCausalLM
base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Llama-3.2-3B")
model = PeftModel.from_pretrained(base_model, "ashuwhy/llama3.2-poplyrics-1k")This model is a fine-tuned version of meta-llama/Llama-3.2-3B on my dataset ashuwhy/poplyrics-1k. It achieves the following results on the evaluation set:
It generate pop lyrics.
For generating pop lyrics, it generates trashy lyrics.
Later, more training needed.
The following hyperparameters were used during training:
| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| 1.4989 | 1.1111 | 500 | 1.5091 |
| 1.6184 | 2.2222 | 1000 | 1.4958 |
Base model
meta-llama/Llama-3.2-3B