AjayP13 commited on
Commit
a5d1dd6
·
verified ·
1 Parent(s): afd639f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -38,7 +38,7 @@ def download_and_import_module(module_name, variable):
38
  importlib.util.spec_from_file_location(
39
  module_name,
40
  hf_hub_download(
41
- repo_id="fineinstructions/matching_embedding",
42
  filename=f"{module_name}.py",
43
  ),
44
  )
 
38
  importlib.util.spec_from_file_location(
39
  module_name,
40
  hf_hub_download(
41
+ repo_id="fineinstructions/instruction_template_retrieval_embedding",
42
  filename=f"{module_name}.py",
43
  ),
44
  )