erbacher/rag-and-roll-hagrid
Viewer • Updated • 2.64k • 13 • 1
How to use erbacher/zephyr-rag-agent with PEFT:
from peft import PeftModel
from transformers import AutoModelForCausalLM
base_model = AutoModelForCausalLM.from_pretrained("HuggingFaceH4/zephyr-7b-beta")
model = PeftModel.from_pretrained(base_model, "erbacher/zephyr-rag-agent")This model is a fine-tuned version of HuggingFaceH4/zephyr-7b-beta on the erbacher/rag-and-roll 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.1559 | 0.99 | 27 | 1.1650 |
| 1.0887 | 1.98 | 54 | 1.1555 |
| 1.0566 | 2.97 | 81 | 1.1623 |
| 1.0264 | 6.95 | 91 | 1.1689 |
| 0.9977 | 7.97 | 105 | 1.1779 |
| 0.9808 | 9.0 | 119 | 1.1820 |
| 0.9791 | 9.8 | 130 | 1.1829 |
Base model
mistralai/Mistral-7B-v0.1