Instructions to use aleegis12/9af7c770-493a-4eb8-b6d9-2716931a4ccc with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use aleegis12/9af7c770-493a-4eb8-b6d9-2716931a4ccc with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/SmolLM-1.7B") model = PeftModel.from_pretrained(base_model, "aleegis12/9af7c770-493a-4eb8-b6d9-2716931a4ccc") - Notebooks
- Google Colab
- Kaggle
Ctrl+K