Update README.md
Browse files
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/
|
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 |
)
|