Instructions to use pmarquees/succinct-router with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use pmarquees/succinct-router with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir succinct-router pmarquees/succinct-router
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- LM Studio
- Atomic Chat
File size: 183 Bytes
338bb9c | 1 2 3 4 5 6 7 8 9 10 11 12 13 | {
"vocab_size": 8192,
"model_vocab_size": 8192,
"special_tokens": {
"<PAD>": 0,
"<UNK>": 1,
"<BOS>": 2,
"<EOS>": 3,
"<ROUTE>": 4,
"<HEAD_TAIL>": 5
}
}
|