abdelom commited on
Commit
04659e4
·
verified ·
1 Parent(s): ed53aa0

Update pages/1_Chatbot_FR.py

Browse files
Files changed (1) hide show
  1. 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 = "saved_bert_model_v1"
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)