AjayP13 commited on
Commit
c846e53
·
verified ·
1 Parent(s): 7c7079c

Update instruction_template_retriever.py

Browse files
Files changed (1) hide show
  1. instruction_template_retriever.py +1 -1
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/matching_embedding"
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__(