tatsu-lab/alpaca
Viewer • Updated • 52k • 80.8k • 1.02k
How to use karthiksagarn/Mistral-Alpaca-Finetuned with PEFT:
from peft import PeftModel
from transformers import AutoModelForCausalLM
base_model = AutoModelForCausalLM.from_pretrained("TheBloke/Mistral-7B-Instruct-v0.1-GPTQ")
model = PeftModel.from_pretrained(base_model, "karthiksagarn/Mistral-Alpaca-Finetuned")This model is a fine-tuned version of TheBloke/Mistral-7B-Instruct-v0.1-GPTQ on the tatsu-lab/alpaca dataset.
More information needed
More information needed
More information needed
The following hyperparameters were used during training:
Base model
mistralai/Mistral-7B-v0.1