Atharva31/Quotes_Collection
Viewer • Updated • 20.5k • 9
How to use Atharva31/results with PEFT:
from peft import PeftModel
from transformers import AutoModelForCausalLM
base_model = AutoModelForCausalLM.from_pretrained("google/gemma-3-270m")
model = PeftModel.from_pretrained(base_model, "Atharva31/results")This model is a fine-tuned version of google/gemma-3-270m on the Quotes_Collection dataset. It achieves the following results on the evaluation set after being fine-tuned on 3 epochs:
More information needed
More information needed
The training and Evaluation data are collection of Quotes from 3 open-source datasets
The following hyperparameters were used during training:
| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| 2.149 | 1.0 | 360 | 1.9154 |
| 2.0852 | 2.0 | 720 | 1.8930 |
| 2.0449 | 3.0 | 1080 | 1.8940 |
Base model
google/gemma-3-270m