Instructions to use fedovtt/6ffca3c2-e007-481b-915e-976b14cdf4f2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use fedovtt/6ffca3c2-e007-481b-915e-976b14cdf4f2 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, "fedovtt/6ffca3c2-e007-481b-915e-976b14cdf4f2") - Notebooks
- Google Colab
- Kaggle
Ctrl+K