Instructions to use VERSIL91/99d56eeb-fba7-4587-b635-64b9d88d4d29 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use VERSIL91/99d56eeb-fba7-4587-b635-64b9d88d4d29 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, "VERSIL91/99d56eeb-fba7-4587-b635-64b9d88d4d29") - Notebooks
- Google Colab
- Kaggle
Ctrl+K