Instructions to use marialvsantiago/06b8d408-87cc-42e4-9ddf-ec6196eec56d with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use marialvsantiago/06b8d408-87cc-42e4-9ddf-ec6196eec56d with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/Qwen2.5-14B-Instruct") model = PeftModel.from_pretrained(base_model, "marialvsantiago/06b8d408-87cc-42e4-9ddf-ec6196eec56d") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
c6b24af | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:c560dbb489e9e98e5e9e138cbbc18ca8679cb5c5a76e853f246a5788b05ba585
size 6840
|