Instructions to use 0x1202/903dc4ec-ed8c-4af7-8e60-e2941f3a0816 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use 0x1202/903dc4ec-ed8c-4af7-8e60-e2941f3a0816 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/SmolLM2-135M") model = PeftModel.from_pretrained(base_model, "0x1202/903dc4ec-ed8c-4af7-8e60-e2941f3a0816") - Notebooks
- Google Colab
- Kaggle
Ctrl+K