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
File size: 117 Bytes
c8627ff | 1 2 3 4 5 6 7 | {
"bos_token_id": 151643,
"eos_token_id": 151643,
"max_new_tokens": 2048,
"transformers_version": "4.41.2"
}
|