text-to-sql
Collection
5 items • Updated
How to use VictorDCh/Mistral-7B-Instruct-spider with PEFT:
from peft import PeftModel
from transformers import AutoModelForCausalLM
base_model = AutoModelForCausalLM.from_pretrained("mistralai/Mistral-7B-Instruct-v0.2")
model = PeftModel.from_pretrained(base_model, "VictorDCh/Mistral-7B-Instruct-spider")This model is a fine-tuned version of mistralai/Mistral-7B-Instruct-v0.2 on the generator dataset.
More information needed
More information needed
More information needed
The following hyperparameters were used during training:
Base model
mistralai/Mistral-7B-Instruct-v0.2