Instructions to use dimasik2987/8a9be402-35e9-4645-9f6b-14f7b1302994 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use dimasik2987/8a9be402-35e9-4645-9f6b-14f7b1302994 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, "dimasik2987/8a9be402-35e9-4645-9f6b-14f7b1302994") - Notebooks
- Google Colab
- Kaggle
Ctrl+K