Instructions to use sergioalves/3fbf7cdb-a1fb-48c0-972c-8217d0e66d6b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use sergioalves/3fbf7cdb-a1fb-48c0-972c-8217d0e66d6b with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/Mistral-Nemo-Base-2407") model = PeftModel.from_pretrained(base_model, "sergioalves/3fbf7cdb-a1fb-48c0-972c-8217d0e66d6b") - Notebooks
- Google Colab
- Kaggle
Ctrl+K