Instructions to use mlx-community/sam3-bf16 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use mlx-community/sam3-bf16 with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir sam3-bf16 mlx-community/sam3-bf16
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- LM Studio
File size: 322 Bytes
4cc30d0 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | {
"add_prefix_space": false,
"backend": "tokenizers",
"bos_token": "<|startoftext|>",
"do_lower_case": true,
"eos_token": "<|endoftext|>",
"errors": "replace",
"is_local": false,
"model_max_length": 77,
"pad_token": "<|endoftext|>",
"tokenizer_class": "CLIPTokenizer",
"unk_token": "<|endoftext|>"
}
|