Instructions to use errchh/SmolLM2-reasoning with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use errchh/SmolLM2-reasoning with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("errchh/SmolLM2-reasoning", dtype="auto") - Notebooks
- Google Colab
- Kaggle
File size: 225 Bytes
224903a | 1 2 3 4 5 6 7 8 9 10 11 12 13 | {
"</think>": 49156,
"</tool_call>": 49158,
"</tool_reponse>": 49160,
"</tools>": 49154,
"<eos>": 49161,
"<pad>": 49152,
"<think>": 49155,
"<tool_call>": 49157,
"<tool_reponse>": 49159,
"<tools>": 49153
}
|