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