Update instruction_template_retriever.py
Browse files
instruction_template_retriever.py
CHANGED
@@ -168,7 +168,7 @@ def unuse_gaussian_coverage_pooling(m):
|
|
168 |
|
169 |
class InstructionTemplateRetriever:
|
170 |
FINETEMPLATES_REVISION = "831ab22c90f9da011bd972585afdf609f40fa54b"
|
171 |
-
RETRIEVAL_EMBEDDING_NAME = "fineinstructions/
|
172 |
RETRIEVAL_EMBEDDING_REVISION = "db4efbde126216250ffa5a356663fc7da3bf7856"
|
173 |
|
174 |
def __init__(
|
|
|
168 |
|
169 |
class InstructionTemplateRetriever:
|
170 |
FINETEMPLATES_REVISION = "831ab22c90f9da011bd972585afdf609f40fa54b"
|
171 |
+
RETRIEVAL_EMBEDDING_NAME = "fineinstructions/instruction_template_retrieval_embedding"
|
172 |
RETRIEVAL_EMBEDDING_REVISION = "db4efbde126216250ffa5a356663fc7da3bf7856"
|
173 |
|
174 |
def __init__(
|