Instructions to use prxy5607/095147d7-b652-4879-9859-d9a953c9911e with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use prxy5607/095147d7-b652-4879-9859-d9a953c9911e 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, "prxy5607/095147d7-b652-4879-9859-d9a953c9911e") - Notebooks
- Google Colab
- Kaggle
Ctrl+K