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