Instructions to use Blankyy/needle-mlx with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use Blankyy/needle-mlx with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir needle-mlx Blankyy/needle-mlx
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- LM Studio
File size: 435 Bytes
3d5dbbb | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | {
"additional_special_tokens": [
"<tool_call>",
"<tools>"
],
"bos_token": "<s>",
"clean_up_tokenization_spaces": false,
"eos_token": "</s>",
"model_input_names": [
"input_ids",
"attention_mask"
],
"model_max_length": 1024,
"pad_token": "<pad>",
"padding_side": "right",
"tokenizer_class": "NeedleTokenizer",
"tool_call_token": "<tool_call>",
"tools_token": "<tools>",
"unk_token": "<unk>"
}
|