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
Add autocitation section
Browse files
README.md
CHANGED
|
@@ -126,6 +126,8 @@ This model was trained with a synthetic dataset with [DataDreamer 🤖💤](http
|
|
| 126 |
|
| 127 |
<!-- Autocitation -->
|
| 128 |
|
|
|
|
|
|
|
| 129 |
This is a work-in-progress. If you use this project in your research please cite:
|
| 130 |
```
|
| 131 |
@article{patel2025fineinstructions,
|
|
|
|
| 126 |
|
| 127 |
<!-- Autocitation -->
|
| 128 |
|
| 129 |
+
--------------------
|
| 130 |
+
|
| 131 |
This is a work-in-progress. If you use this project in your research please cite:
|
| 132 |
```
|
| 133 |
@article{patel2025fineinstructions,
|