Instructions to use eeeebbb2/c2dcbd2a-e32b-423d-9269-957f2afd9f21 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use eeeebbb2/c2dcbd2a-e32b-423d-9269-957f2afd9f21 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, "eeeebbb2/c2dcbd2a-e32b-423d-9269-957f2afd9f21") - Notebooks
- Google Colab
- Kaggle
Ctrl+K