Instructions to use tripathiarpan20/tuning-ab3318ee-d929-45d5-97e1-ccfee77df372 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use tripathiarpan20/tuning-ab3318ee-d929-45d5-97e1-ccfee77df372 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/Llama-3.2-1B-Instruct") model = PeftModel.from_pretrained(base_model, "tripathiarpan20/tuning-ab3318ee-d929-45d5-97e1-ccfee77df372") - Notebooks
- Google Colab
- Kaggle
File size: 130 Bytes