Instructions to use lmassaron/gemma-3-270M-it-function_calling with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use lmassaron/gemma-3-270M-it-function_calling with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("lmassaron/gemma-3-270M-it-function_calling", dtype="auto") - Notebooks
- Google Colab
- Kaggle
| {{ bos_token }}{% for message in messages %}{% if message['role'] != 'system' %}{{ '<start_of_turn>' + message['role'] + ' | |
| ' + message['content'] | trim + '<end_of_turn><eos> | |
| ' }}{% endif %}{% endfor %}{% if add_generation_prompt %}{{'<start_of_turn>model | |
| '}}{% endif %} |