Instructions to use VERSIL91/adb7b1c7-e2eb-441d-b63f-6e14a444b7bb with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use VERSIL91/adb7b1c7-e2eb-441d-b63f-6e14a444b7bb with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/codegemma-2b") model = PeftModel.from_pretrained(base_model, "VERSIL91/adb7b1c7-e2eb-441d-b63f-6e14a444b7bb") - Notebooks
- Google Colab
- Kaggle
Ctrl+K