Text Generation
PEFT
Safetensors
English
qwen2.5
unsloth
lora
interview
software-engineering
conversational
Instructions to use shimogerald/lora_interview_coach with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use shimogerald/lora_interview_coach with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/qwen2.5-3b-instruct-unsloth-bnb-4bit") model = PeftModel.from_pretrained(base_model, "shimogerald/lora_interview_coach") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Unsloth Desktop