AjayP13 commited on
Commit
56dff97
·
verified ·
1 Parent(s): 9023db0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -0
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