Instructions to use duyphu/5e5fe4f0-e7cc-4315-9d2e-b93e4e007627 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use duyphu/5e5fe4f0-e7cc-4315-9d2e-b93e4e007627 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, "duyphu/5e5fe4f0-e7cc-4315-9d2e-b93e4e007627") - Notebooks
- Google Colab
- Kaggle
Ctrl+K