EllieS/timedial_data
Viewer • Updated • 1.45k • 22
How to use EllieS/zephyr-sft-timedial with PEFT:
from peft import PeftModel
from transformers import AutoModelForCausalLM
base_model = AutoModelForCausalLM.from_pretrained("alignment-handbook/zephyr-7b-sft-full")
model = PeftModel.from_pretrained(base_model, "EllieS/zephyr-sft-timedial")This model is a fine-tuned version of alignment-handbook/zephyr-7b-sft-full on the EllieS/timedial_data 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.0432 | 1.0 | 289 | 1.1135 |
Base model
mistralai/Mistral-7B-v0.1