KodCode/KodCode-V1-SFT-R1
Viewer • Updated • 483k • 9.99k • 40
How to use bunnycore/Llama-3.2-3b-Coder-lora_model with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("bunnycore/Llama-3.2-3b-Coder-lora_model", device_map="auto")This llama model was trained 2x faster with Unsloth and Huggingface's TRL library.