yycsu/sg_90k_small
Viewer • Updated • 171 • 23
How to use yycsu/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, "yycsu/zephyr-7b-sft-qlora")This model is a fine-tuned version of mistralai/Mistral-7B-v0.1 on the yycsu/sg_90k_small 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:
Base model
mistralai/Mistral-7B-v0.1