Instructions to use autoprogrammer/qwen-3b-sven-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use autoprogrammer/qwen-3b-sven-lora with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen2.5-Coder-3B-Instruct") model = PeftModel.from_pretrained(base_model, "autoprogrammer/qwen-3b-sven-lora") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
1829b09 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:83dc595b584d8e87732d88ed859eeb8c6bc0cb89c595e3a3a37b488f6dfca74c
size 129753589
|