HuggingFaceH4/ultrachat_200k
Viewer • Updated • 515k • 90.8k • 875
How to use hansh/zephyr-7b-sft-qlora with PEFT:
from peft import PeftModel
from transformers import AutoModelForCausalLM
base_model = AutoModelForCausalLM.from_pretrained("mistralai/Mistral-7B-v0.1")
model = PeftModel.from_pretrained(base_model, "hansh/zephyr-7b-sft-qlora")This model is a fine-tuned version of mistralai/Mistral-7B-v0.1 on the HuggingFaceH4/ultrachat_200k 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.0419 | 1.0 | 17 | 1.0336 |
| 0.8637 | 2.0 | 34 | 1.0328 |
| 0.8198 | 3.0 | 51 | 1.0512 |
Base model
mistralai/Mistral-7B-v0.1