Instructions to use prxy5608/3b5f68b3-f773-4c11-97c3-4f18007fa1f5 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use prxy5608/3b5f68b3-f773-4c11-97c3-4f18007fa1f5 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, "prxy5608/3b5f68b3-f773-4c11-97c3-4f18007fa1f5") - Notebooks
- Google Colab
- Kaggle
Ctrl+K