Spaces:
Runtime error
Runtime error
ivan-savchuk
commited on
Commit
β’
022ab44
1
Parent(s):
3969318
Update app.py
Browse files
app.py
CHANGED
@@ -47,7 +47,7 @@ class DocumentSearch:
|
|
47 |
|
48 |
enc_path = "ivan-savchuk/msmarco-distilbert-dot-v5-tuned-full-v1"
|
49 |
idx_path = "idx_vectors.index"
|
50 |
-
cross_enc_path = "cross-encoder-ms-marco-MiniLM-L-12-v2-tuned_mediqa-v1"
|
51 |
docs_path = "docs.json"
|
52 |
# get instance of DocumentSearch class
|
53 |
surfer = DocumentSearch(
|
|
|
47 |
|
48 |
enc_path = "ivan-savchuk/msmarco-distilbert-dot-v5-tuned-full-v1"
|
49 |
idx_path = "idx_vectors.index"
|
50 |
+
cross_enc_path = "ivan-savchuk/cross-encoder-ms-marco-MiniLM-L-12-v2-tuned_mediqa-v1"
|
51 |
docs_path = "docs.json"
|
52 |
# get instance of DocumentSearch class
|
53 |
surfer = DocumentSearch(
|