Text Generation
PEFT
Safetensors
qwen3-coder
coding
software-engineering
lora
Mixture of Experts
tiny-pickle
conversational
Instructions to use vsan/tiny-pickle-v3-coder-LoRA with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use vsan/tiny-pickle-v3-coder-LoRA with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen3-Coder-30B-A3B-Instruct") model = PeftModel.from_pretrained(base_model, "vsan/tiny-pickle-v3-coder-LoRA") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
11c29a6 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:94f77c2ef21ada05ec707790b0e63cc100857dde6a890a782c08125a277c335c
size 5777
|