Instructions to use dimasik87/3c01ac1b-0aed-439d-b3e5-161b7afaffd0 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use dimasik87/3c01ac1b-0aed-439d-b3e5-161b7afaffd0 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("MNC-Jihun/Mistral-7B-AO-u0.5-b2-ver0.4") model = PeftModel.from_pretrained(base_model, "dimasik87/3c01ac1b-0aed-439d-b3e5-161b7afaffd0") - Notebooks
- Google Colab
- Kaggle
Ctrl+K