nvidia/OpenCodeInstruct
Viewer • Updated • 4.97M • 12.8k • 108
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")Tiny Pickle v3 Coder is a coding-focused LoRA adaptation of
Qwen/Qwen3-Coder-30B-A3B-Instruct.
It was trained for ten hours on examples from OpenCodeInstruct for which the recorded average test score was perfect and every recorded test passed.
Code generation, debugging, implementation planning, code review, algorithmic problem solving and test generation.
This is an experimental specialization. It has not yet been demonstrated to outperform the unmodified base model on independent benchmarks. Generated code may be incorrect, insecure or incomplete and must be reviewed and tested.
Base model
Qwen/Qwen3-Coder-30B-A3B-Instruct