Sentence Similarity
MLX
Safetensors
lfm2
lfm2.5
ColBERT
late-interaction
feature-extraction
retrieval
custom_code
Instructions to use ronaldmannak/LFM2.5-ColBERT-350M-bf16 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use ronaldmannak/LFM2.5-ColBERT-350M-bf16 with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir LFM2.5-ColBERT-350M-bf16 ronaldmannak/LFM2.5-ColBERT-350M-bf16
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- LM Studio
File size: 323 Bytes
d8ac668 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | {
"bos_token": {
"content": "<|startoftext|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"eos_token": {
"content": "<|im_end|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"pad_token": "<|im_end|>"
}
|