Instructions to use alchemist69/801641e5-b7f2-4246-a4fc-42288194bb5a with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use alchemist69/801641e5-b7f2-4246-a4fc-42288194bb5a 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, "alchemist69/801641e5-b7f2-4246-a4fc-42288194bb5a") - Notebooks
- Google Colab
- Kaggle
Ctrl+K