Instructions to use thangla01/70e31d4e-2c6c-4d94-a9c6-56a0af123b68 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use thangla01/70e31d4e-2c6c-4d94-a9c6-56a0af123b68 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, "thangla01/70e31d4e-2c6c-4d94-a9c6-56a0af123b68") - Notebooks
- Google Colab
- Kaggle
File too large to display, you can check the raw version instead.