Instructions to use Threeleafs/gemma-2-2B-it-thinking-function_calling-V0 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Threeleafs/gemma-2-2B-it-thinking-function_calling-V0 with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Threeleafs/gemma-2-2B-it-thinking-function_calling-V0", dtype="auto") - Notebooks
- Google Colab
- Kaggle
File size: 197 Bytes
78bea9d | 1 2 3 4 5 6 7 8 9 10 11 | {
"</think>": 256003,
"</tool_call>": 256005,
"</tool_reponse>": 256007,
"</tools>": 256001,
"<think>": 256002,
"<tool_call>": 256004,
"<tool_reponse>": 256006,
"<tools>": 256000
}
|