Instructions to use fats-fme/00c28366-b289-4542-8de1-be34f4947a4a with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use fats-fme/00c28366-b289-4542-8de1-be34f4947a4a with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/gemma-2-2b-it") model = PeftModel.from_pretrained(base_model, "fats-fme/00c28366-b289-4542-8de1-be34f4947a4a") - Notebooks
- Google Colab
- Kaggle
Ctrl+K