Instructions to use nhoxinh/51c3c3b4-43a1-47f5-b918-69f89e0e25cd with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use nhoxinh/51c3c3b4-43a1-47f5-b918-69f89e0e25cd with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/Mistral-Nemo-Instruct-2407") model = PeftModel.from_pretrained(base_model, "nhoxinh/51c3c3b4-43a1-47f5-b918-69f89e0e25cd") - Notebooks
- Google Colab
- Kaggle