zurd46/swiss
Viewer • Updated • 287 • 5
How to use zurd46/eliAI with PEFT:
from peft import PeftModel
from transformers import AutoModelForCausalLM
base_model = AutoModelForCausalLM.from_pretrained("model-cache/microsoft/Phi-3-mini-4k-instruct")
model = PeftModel.from_pretrained(base_model, "zurd46/eliAI")from peft import PeftModel
from transformers import AutoModelForCausalLM
base_model = AutoModelForCausalLM.from_pretrained("model-cache/microsoft/Phi-3-mini-4k-instruct")
model = PeftModel.from_pretrained(base_model, "zurd46/eliAI")This repository contains the fine-tuned model eliAI created by Daniel Zurmühle. The model has been fine-tuned for specific tasks and includes all necessary configurations and adapters.
The repository includes the following key files and directories:
Base model
microsoft/Phi-3-mini-4k-instruct
# Gated model: Login with a HF token with gated access permission hf auth login