Update README.md
Browse files
README.md
CHANGED
|
@@ -11,11 +11,9 @@ library_name: sentence-transformers
|
|
| 11 |
pipeline_tag: sentence-similarity
|
| 12 |
---
|
| 13 |
|
| 14 |
-
|
| 15 |
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
**Note:** This retrieval embedding is symmetric, so it can also be used to retrieve relevant documents to a [(`compatible_document_description`) of a instruction template](https://huggingface.co/datasets/fineinstructions/finetemplates).
|
| 19 |
|
| 20 |
## Requirements
|
| 21 |
```
|
|
|
|
| 11 |
pipeline_tag: sentence-similarity
|
| 12 |
---
|
| 13 |
|
| 14 |
+
Given a *document*, this retrieval embedding model helps retrieve *instruction templates* from [FineTemplates](https://huggingface.co/datasets/fineinstructions/finetemplates) relevant to various chunks / sections of a document or an entire document.
|
| 15 |
|
| 16 |
+
**Note:** This retrieval embedding is symmetric, so it can also be used to retrieve relevant documents to a [(`compatible_document_description`) of an instruction template](https://huggingface.co/datasets/fineinstructions/finetemplates).
|
|
|
|
|
|
|
| 17 |
|
| 18 |
## Requirements
|
| 19 |
```
|