Instructions to use dzanbek/f201103d-746a-4b9e-adc2-5016b3087530 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use dzanbek/f201103d-746a-4b9e-adc2-5016b3087530 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/SmolLM2-360M-Instruct") model = PeftModel.from_pretrained(base_model, "dzanbek/f201103d-746a-4b9e-adc2-5016b3087530") - Notebooks
- Google Colab
- Kaggle
Ctrl+K