Instructions to use maidacundo/annie-lite-v2.11-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use maidacundo/annie-lite-v2.11-lora with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/Qwen3-8B-unsloth-bnb-4bit") model = PeftModel.from_pretrained(base_model, "maidacundo/annie-lite-v2.11-lora") - Notebooks
- Google Colab
- Kaggle
File size: 130 Bytes
a149363 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:e6a60d082cf4b7a673ac09a7c84ae114580a64e57c96ad4288262ff0b236d02a
size 14244
|