Spaces:
Runtime error
Runtime error
Pavankalyan
commited on
Commit
•
3373861
1
Parent(s):
17283b0
Update retrieval.py
Browse files- retrieval.py +1 -1
retrieval.py
CHANGED
@@ -2,7 +2,7 @@ import os
|
|
2 |
import textwrap
|
3 |
from sentence_transformers import SentenceTransformer, CrossEncoder, util
|
4 |
import torch
|
5 |
-
from tabulate import tabulate
|
6 |
import time
|
7 |
|
8 |
model_bi_encoder = "msmarco-distilbert-base-tas-b"
|
|
|
2 |
import textwrap
|
3 |
from sentence_transformers import SentenceTransformer, CrossEncoder, util
|
4 |
import torch
|
5 |
+
#from tabulate import tabulate
|
6 |
import time
|
7 |
|
8 |
model_bi_encoder = "msmarco-distilbert-base-tas-b"
|