Instructions to use cilooor/af666311-6aaa-41f9-a7e3-6fdb09e547b9 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use cilooor/af666311-6aaa-41f9-a7e3-6fdb09e547b9 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/codegemma-2b") model = PeftModel.from_pretrained(base_model, "cilooor/af666311-6aaa-41f9-a7e3-6fdb09e547b9") - Notebooks
- Google Colab
- Kaggle
Ctrl+K