erbacher/rag-and-roll-hagrid
Viewer • Updated • 2.64k • 23 • 1
How to use hanane/zephyr-hagrid-rag-agent-3b with PEFT:
from peft import PeftModel
from transformers import AutoModelForCausalLM
base_model = AutoModelForCausalLM.from_pretrained("stabilityai/stablelm-zephyr-3b")
model = PeftModel.from_pretrained(base_model, "hanane/zephyr-hagrid-rag-agent-3b")This model is a fine-tuned version of stabilityai/stablelm-zephyr-3b on the erbacher/rag-and-roll-hagrid dataset. It achieves the following results on the evaluation set:
More information needed
More information needed
More information needed
The following hyperparameters were used during training:
| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| 1.3937 | 1.0 | 120 | 1.3209 |
| 1.2055 | 2.0 | 240 | 1.3002 |
| 1.2217 | 2.99 | 360 | 1.2983 |
| 1.1003 | 4.0 | 481 | 1.3038 |
| 1.2236 | 4.99 | 600 | 1.3059 |
Base model
stabilityai/stablelm-zephyr-3b