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