Spaces:
Running
Running
Muennighoff
commited on
Commit
•
822c0b5
1
Parent(s):
55d92b5
Add models
Browse files
app.py
CHANGED
@@ -157,11 +157,15 @@ EXTERNAL_MODELS = [
|
|
157 |
"sgpt-bloom-1b3-nli",
|
158 |
"sup-simcse-bert-base-uncased",
|
159 |
"text-similarity-ada-001",
|
|
|
|
|
160 |
"unsup-simcse-bert-base-uncased",
|
161 |
]
|
162 |
EXTERNAL_MODEL_TO_LINK = {
|
163 |
"LASER2": "https://github.com/facebookresearch/LASER",
|
164 |
"text-similarity-ada-001": "https://beta.openai.com/docs/guides/embeddings/types-of-embedding-models",
|
|
|
|
|
165 |
"LaBSE": "https://huggingface.co/sentence-transformers/LaBSE",
|
166 |
"sentence-t5-xxl": "https://huggingface.co/sentence-transformers/sentence-t5-xxl",
|
167 |
"sentence-t5-xl": "https://huggingface.co/sentence-transformers/sentence-t5-xl",
|
|
|
157 |
"sgpt-bloom-1b3-nli",
|
158 |
"sup-simcse-bert-base-uncased",
|
159 |
"text-similarity-ada-001",
|
160 |
+
"text-search-ada-query-001",
|
161 |
+
"text-search-ada-doc-001",
|
162 |
"unsup-simcse-bert-base-uncased",
|
163 |
]
|
164 |
EXTERNAL_MODEL_TO_LINK = {
|
165 |
"LASER2": "https://github.com/facebookresearch/LASER",
|
166 |
"text-similarity-ada-001": "https://beta.openai.com/docs/guides/embeddings/types-of-embedding-models",
|
167 |
+
"text-search-ada-query-001": "https://beta.openai.com/docs/guides/embeddings/types-of-embedding-models",
|
168 |
+
"text-search-ada-doc-001": "https://beta.openai.com/docs/guides/embeddings/types-of-embedding-models",
|
169 |
"LaBSE": "https://huggingface.co/sentence-transformers/LaBSE",
|
170 |
"sentence-t5-xxl": "https://huggingface.co/sentence-transformers/sentence-t5-xxl",
|
171 |
"sentence-t5-xl": "https://huggingface.co/sentence-transformers/sentence-t5-xl",
|