HuggingFaceH4/ultrachat_200k
Viewer • Updated • 515k • 71.8k • 708
How to use mimicheng/zephyr-7b-sft-qlora with PEFT:
from peft import PeftModel
from transformers import AutoModelForCausalLM
base_model = AutoModelForCausalLM.from_pretrained("mistralai/Mixtral-8x7B-v0.1")
model = PeftModel.from_pretrained(base_model, "mimicheng/zephyr-7b-sft-qlora")This model is a fine-tuned version of mistralai/Mixtral-8x7B-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 |
|---|---|---|---|
| 0.9434 | 1.0 | 8714 | 0.9264 |
| 0.8754 | 2.0 | 17428 | 0.9213 |
Base model
mistralai/Mixtral-8x7B-v0.1