Instructions to use marialvsantiago/b16759ec-38f7-4f46-8435-9471e60968b8 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use marialvsantiago/b16759ec-38f7-4f46-8435-9471e60968b8 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/Qwen2.5-1.5B-Instruct") model = PeftModel.from_pretrained(base_model, "marialvsantiago/b16759ec-38f7-4f46-8435-9471e60968b8") - Notebooks
- Google Colab
- Kaggle