Sentence Similarity
sentence-transformers
Safetensors
xlm-roberta
datadreamer
datadreamer-0.46.0
Synthetic
feature-extraction
text-embeddings-inference
Instructions to use fineinstructions/instruction_template_retrieval_embedding with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- sentence-transformers
How to use fineinstructions/instruction_template_retrieval_embedding with sentence-transformers:
from sentence_transformers import SentenceTransformer model = SentenceTransformer("fineinstructions/instruction_template_retrieval_embedding") sentences = [ "That is a happy person", "That is a happy dog", "That is a very happy person", "Today is a sunny day" ] embeddings = model.encode(sentences) similarities = model.similarity(embeddings, embeddings) print(similarities.shape) # [4, 4] - Notebooks
- Google Colab
- Kaggle
Pushed by DataDreamer
Browse filesUpdate datadreamer.json
- datadreamer.json +1 -1
datadreamer.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"model_card": {
|
| 3 |
-
"Date & Time": "2025-03-29T08:36:
|
| 4 |
"Model Card": [
|
| 5 |
"https://huggingface.co/BAAI/bge-m3"
|
| 6 |
],
|
|
|
|
| 1 |
{
|
| 2 |
"model_card": {
|
| 3 |
+
"Date & Time": "2025-03-29T08:36:58.409267",
|
| 4 |
"Model Card": [
|
| 5 |
"https://huggingface.co/BAAI/bge-m3"
|
| 6 |
],
|