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
| { | |
| "vocab_size": 8192, | |
| "model_vocab_size": 8192, | |
| "special_tokens": { | |
| "<PAD>": 0, | |
| "<UNK>": 1, | |
| "<BOS>": 2, | |
| "<EOS>": 3, | |
| "<ROUTE>": 4, | |
| "<HEAD_TAIL>": 5 | |
| } | |
| } | |