Instructions to use unconst/Affine-5czsc2fc98-h103-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use unconst/Affine-5czsc2fc98-h103-lora with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("dendriteholdings/albedo-qwen3.6-35b-king-genesis") model = PeftModel.from_pretrained(base_model, "unconst/Affine-5czsc2fc98-h103-lora") - Notebooks
- Google Colab
- Kaggle