Instructions to use dimasik87/2ee5f152-0095-4828-9138-afdb7f4b9ffd with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use dimasik87/2ee5f152-0095-4828-9138-afdb7f4b9ffd with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("fxmarty/tiny-random-GemmaForCausalLM") model = PeftModel.from_pretrained(base_model, "dimasik87/2ee5f152-0095-4828-9138-afdb7f4b9ffd") - Notebooks
- Google Colab
- Kaggle
Ctrl+K