Instructions to use dimasik2987/47167887-b6d8-46b7-ad4d-ce2468acae61 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use dimasik2987/47167887-b6d8-46b7-ad4d-ce2468acae61 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, "dimasik2987/47167887-b6d8-46b7-ad4d-ce2468acae61") - Notebooks
- Google Colab
- Kaggle
Ctrl+K