Spaces:
Build error
Build error
Update src/models/predict_model.py
Browse files
src/models/predict_model.py
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
-
from models.pairwise_model import *
|
2 |
-
from features.text_utils import *
|
3 |
import regex as re
|
4 |
-
from models.bm25_utils import BM25Gensim
|
5 |
-
from models.qa_model import *
|
6 |
from tqdm.auto import tqdm
|
7 |
tqdm.pandas()
|
8 |
|
|
|
1 |
+
from src.models.pairwise_model import *
|
2 |
+
from src.features.text_utils import *
|
3 |
import regex as re
|
4 |
+
from src.models.bm25_utils import BM25Gensim
|
5 |
+
from src.models.qa_model import *
|
6 |
from tqdm.auto import tqdm
|
7 |
tqdm.pandas()
|
8 |
|