Spaces:
Runtime error
Runtime error
lambdaofgod
commited on
Commit
•
c006ab1
1
Parent(s):
77579dd
updated model link
Browse files- pages/1_Retrieval_App.py +2 -2
pages/1_Retrieval_App.py
CHANGED
@@ -139,7 +139,7 @@ def app_main(
|
|
139 |
|
140 |
|
141 |
app_main(
|
142 |
-
query_encoder_path="lambdaofgod/query_nbow_1_2000",
|
143 |
-
document_encoder_path="lambdaofgod/document_nbow_1_2000",
|
144 |
data_path="lambdaofgod/pwc_repositories_with_dependencies",
|
145 |
)
|
|
|
139 |
|
140 |
|
141 |
app_main(
|
142 |
+
query_encoder_path="lambdaofgod/query_nbow_1_2000-5",
|
143 |
+
document_encoder_path="lambdaofgod/document_nbow_1_2000-5",
|
144 |
data_path="lambdaofgod/pwc_repositories_with_dependencies",
|
145 |
)
|