Question Answering
PEFT
Safetensors
llama-3.2
lora
instruction-following
math
Generated from Trainer
Instructions to use Seono/Instruction_Fine_Tune with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Seono/Instruction_Fine_Tune with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("/scratch/syeom3/Technical_Llama3.2/llama3.2_3b") model = PeftModel.from_pretrained(base_model, "Seono/Instruction_Fine_Tune") - Notebooks
- Google Colab
- Kaggle