Spaces:
Sleeping
Sleeping
Update pages/1_Chatbot_FR.py
Browse files- pages/1_Chatbot_FR.py +1 -1
pages/1_Chatbot_FR.py
CHANGED
@@ -155,7 +155,7 @@ def retrieve_context_fr(retriever_fr, query, top_k=5):
|
|
155 |
##############################
|
156 |
|
157 |
# Specify the path where the classification model and tokenizer are saved.
|
158 |
-
MODEL_PATH = "
|
159 |
|
160 |
# Load the tokenizer and model for sequence classification.
|
161 |
tokenizer = BertTokenizer.from_pretrained(MODEL_PATH)
|
|
|
155 |
##############################
|
156 |
|
157 |
# Specify the path where the classification model and tokenizer are saved.
|
158 |
+
MODEL_PATH = "saved_bert_model_v2"
|
159 |
|
160 |
# Load the tokenizer and model for sequence classification.
|
161 |
tokenizer = BertTokenizer.from_pretrained(MODEL_PATH)
|