Instructions to use JoseferEins/gemma-2-2B-it-thinking-function_calling-shift-V1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use JoseferEins/gemma-2-2B-it-thinking-function_calling-shift-V1 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("google/gemma-2-2b-it") model = PeftModel.from_pretrained(base_model, "JoseferEins/gemma-2-2B-it-thinking-function_calling-shift-V1") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
3b945b1 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:c72bf487a157a53ad283e0a40b21863287492cf1dc408245b7977832c64231fa
size 5624
|