Views
No views yet
unsloth/Llama-3.2-3B-Instruct model, fine-tuned using the Unsloth library in Colab.unsloth/Llama-3.2-3B-Instructmlabonne/FineTome-100kq_proj, v_proj, o_proj, gate_proj, down_projgradient_accumulation_steps=4)fp16 or bf16, depending on GPU)1from unsloth import FastLanguageModel
2
3# Load base model
4base_model, tokenizer = FastLanguageModel.from_pretrained("unsloth/Llama-3.2-3B-Instruct")
5
6# Load LoRA adapter
7model = FastLanguageModel.load_peft_weights(base_model, "your-username/llama3.2-finetuned-unsloth")tokenizer = get_chat_template(tokenizer, chat_template="llama-3.1")