Instructions to use dimasik1987/a4d76000-4af9-41c4-a430-aa23152eaf59 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use dimasik1987/a4d76000-4af9-41c4-a430-aa23152eaf59 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/llama-2-7b-chat") model = PeftModel.from_pretrained(base_model, "dimasik1987/a4d76000-4af9-41c4-a430-aa23152eaf59") - Notebooks
- Google Colab
- Kaggle
Ctrl+K