Update README.md
Browse files
README.md
CHANGED
@@ -15,6 +15,16 @@ pipeline_tag: sentence-similarity
|
|
15 |
|
16 |
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 the document.
|
17 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
18 |
## Example Usage
|
19 |
|
20 |
```python3
|
|
|
15 |
|
16 |
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 the document.
|
17 |
|
18 |
+
## Requirements
|
19 |
+
```
|
20 |
+
datasets
|
21 |
+
faiss
|
22 |
+
huggingface_hub
|
23 |
+
numpy
|
24 |
+
pandas
|
25 |
+
sentence_transformers
|
26 |
+
```
|
27 |
+
|
28 |
## Example Usage
|
29 |
|
30 |
```python3
|