Instructions to use ethicalabs/TowerInstruct-7B-v0.2-mlx-4Bit with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use ethicalabs/TowerInstruct-7B-v0.2-mlx-4Bit with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir TowerInstruct-7B-v0.2-mlx-4Bit ethicalabs/TowerInstruct-7B-v0.2-mlx-4Bit
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- LM Studio
Update tokenizer_config.json
Browse files- tokenizer_config.json +1 -1
tokenizer_config.json
CHANGED
|
@@ -94,7 +94,7 @@
|
|
| 94 |
"mask_token": "<MASK>",
|
| 95 |
"model_max_length": 1000000000000000019884624838656,
|
| 96 |
"pad_token": "<PAD>",
|
| 97 |
-
"padding_side": "
|
| 98 |
"sep_token": "<SEP>",
|
| 99 |
"sp_model_kwargs": {},
|
| 100 |
"tokenizer_class": "LlamaTokenizer",
|
|
|
|
| 94 |
"mask_token": "<MASK>",
|
| 95 |
"model_max_length": 1000000000000000019884624838656,
|
| 96 |
"pad_token": "<PAD>",
|
| 97 |
+
"padding_side": "left",
|
| 98 |
"sep_token": "<SEP>",
|
| 99 |
"sp_model_kwargs": {},
|
| 100 |
"tokenizer_class": "LlamaTokenizer",
|