Instructions to use VERSIL91/de618326-8dbb-4542-aec6-809d845dfa5e with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use VERSIL91/de618326-8dbb-4542-aec6-809d845dfa5e 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/de618326-8dbb-4542-aec6-809d845dfa5e") - Notebooks
- Google Colab
- Kaggle
Ctrl+K