Feature Extraction
Transformers
Safetensors
English
new
embedding
search
e-commerce
conversational-search
semantic-search
custom_code
text-embeddings-inference
Instructions to use VPLabs/SearchMap_Preview with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use VPLabs/SearchMap_Preview with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="VPLabs/SearchMap_Preview", trust_remote_code=True)# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("VPLabs/SearchMap_Preview", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -98,6 +98,8 @@ The model's evaluation metrics are available on the [MTEB Leaderboard](https://h
|
|
| 98 |
- The model also is No 1. by a far margin on the [SemRel24STS](https://huggingface.co/datasets/SemRel/SemRel2024) task with an accuracy of 81.12% beating Google Gemini embedding model (second place) 73.14% (as at 30th March 2025). SemRel24STS evaluates the ability of systems to measure the semantic relatedness between two sentences over 14 different languages.
|
| 99 |
- We noticed the model does exceptionally well with legal and news retrieval and similarity task from the MTEB leaderboard
|
| 100 |
|
|
|
|
|
|
|
| 101 |
|
| 102 |
### Strengths
|
| 103 |
- Excellent at understanding conversational and natural language queries
|
|
|
|
| 98 |
- The model also is No 1. by a far margin on the [SemRel24STS](https://huggingface.co/datasets/SemRel/SemRel2024) task with an accuracy of 81.12% beating Google Gemini embedding model (second place) 73.14% (as at 30th March 2025). SemRel24STS evaluates the ability of systems to measure the semantic relatedness between two sentences over 14 different languages.
|
| 99 |
- We noticed the model does exceptionally well with legal and news retrieval and similarity task from the MTEB leaderboard
|
| 100 |
|
| 101 |
+

|
| 102 |
+
|
| 103 |
|
| 104 |
### Strengths
|
| 105 |
- Excellent at understanding conversational and natural language queries
|