EllieS/pubmedqa_data
Viewer • Updated • 200k • 16
How to use EllieS/zephyr-7b-sft-qlora 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-7b-sft-qlora")This model is a fine-tuned version of alignment-handbook/zephyr-7b-sft-full on the EllieS/pubmedqa_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.099 | 1.0 | 25000 | 1.0377 |
Base model
mistralai/Mistral-7B-v0.1