Instructions to use DesDea1/6fec5a5b-da1f-45a9-a909-e769f42e604d with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use DesDea1/6fec5a5b-da1f-45a9-a909-e769f42e604d 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, "DesDea1/6fec5a5b-da1f-45a9-a909-e769f42e604d") - Notebooks
- Google Colab
- Kaggle
Ctrl+K