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
| { | |
| "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|>" | |
| } | |