Spaces:
Sleeping
Sleeping
Update create_faiss_index.py
Browse files- create_faiss_index.py +1 -1
create_faiss_index.py
CHANGED
@@ -7,7 +7,7 @@ import numpy as np
|
|
7 |
import faiss
|
8 |
from sentence_transformers import InputExample, SentenceTransformer
|
9 |
|
10 |
-
DATA_FILE_PATH = "/
|
11 |
TRANSFORMER_MODEL_NAME = "all-distilroberta-v1"
|
12 |
CACHE_DIR_PATH = "../working/cache/"
|
13 |
MODEL_SAVE_PATH = "all-distilroberta-v1-model.pkl"
|
|
|
7 |
import faiss
|
8 |
from sentence_transformers import InputExample, SentenceTransformer
|
9 |
|
10 |
+
DATA_FILE_PATH = "omdena_qna_dataset/omdena_faq_training_data.csv"
|
11 |
TRANSFORMER_MODEL_NAME = "all-distilroberta-v1"
|
12 |
CACHE_DIR_PATH = "../working/cache/"
|
13 |
MODEL_SAVE_PATH = "all-distilroberta-v1-model.pkl"
|