Instructions to use thaffggg/ca72374d-9c1d-4bf6-b075-116467cf2b6a with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use thaffggg/ca72374d-9c1d-4bf6-b075-116467cf2b6a with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/codegemma-2b") model = PeftModel.from_pretrained(base_model, "thaffggg/ca72374d-9c1d-4bf6-b075-116467cf2b6a") - Notebooks
- Google Colab
- Kaggle