Instructions to use bbytxt/8f65266e-d747-4d64-94c4-63bcd8f3db5e with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use bbytxt/8f65266e-d747-4d64-94c4-63bcd8f3db5e with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/SmolLM2-1.7B-Instruct") model = PeftModel.from_pretrained(base_model, "bbytxt/8f65266e-d747-4d64-94c4-63bcd8f3db5e") - Notebooks
- Google Colab
- Kaggle
Ctrl+K