Feature Extraction
MLX
Safetensors
qwen2
embeddings
sentence-similarity
quantization
omlx
q6
6-bit
custom_code
Instructions to use TiGa-RCE/gte-Qwen2-1.5B-instruct-MLX-Q6 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use TiGa-RCE/gte-Qwen2-1.5B-instruct-MLX-Q6 with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir gte-Qwen2-1.5B-instruct-MLX-Q6 TiGa-RCE/gte-Qwen2-1.5B-instruct-MLX-Q6
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- LM Studio
| {% for message in messages %}{{'<|im_start|>' + message['role'] + ' | |
| ' + message['content'] + '<|im_end|>' + ' | |
| '}}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant | |
| ' }}{% endif %} |