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 = "4c8f22e0d6521a634ed12e3ebd4c438cf8f0c7fa"
|
173 |
RETRIEVAL_EMBEDDING_NAME = (
|
174 |
"fineinstructions/instruction_template_retrieval_embedding"
|
175 |
)
|