tatsu-lab/alpaca
Viewer • Updated • 52k • 109k • 973
How to use openaccess-ai-collective/alpaca-mixtral-7b-8x with PEFT:
from peft import PeftModel
from transformers import AutoModelForCausalLM
base_model = AutoModelForCausalLM.from_pretrained("DiscoResearch/mixtral-7b-8expert")
model = PeftModel.from_pretrained(base_model, "openaccess-ai-collective/alpaca-mixtral-7b-8x")This model is a qLoRA fine-tuned version of DiscoResearch/mixtral-7b-8expert on the tatsu-lab/alpaca dataset.
More information needed
More information needed
More information needed
The following hyperparameters were used during training:
The following bitsandbytes quantization config was used during training:
Base model
DiscoResearch/mixtral-7b-8expert