Instructions to use Whitewinter/model-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Whitewinter/model-lora with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen3-0.6B") model = PeftModel.from_pretrained(base_model, "Whitewinter/model-lora") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
3ffe67c | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:508635c756562e715417f4480d287917c332083cee37d2afca7f9b623fce55d9
size 11422916
|