Antonio49 commited on
Commit
e5b6d59
1 Parent(s): 2194cce

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -7,9 +7,7 @@ from sentence_transformers import CrossEncoder, SentenceTransformer
7
 
8
 
9
  document_store = InMemoryDocumentStore()
10
- # "mistralai/Mixtral-8x7B-Instruct-v0.1"
11
- model = "mistralai/Mixtral-8x7B-Instruct-v0.1"
12
- # model = "Saturdays/mdeberta-v3-base-squad2_refugees_dataset_finetuned"
13
  #model = 'codellama/CodeLlama-13b-Instruct-hf'
14
 
15
  reader = FARMReader(model_name_or_path=model)
 
7
 
8
 
9
  document_store = InMemoryDocumentStore()
10
+ model = "Saturdays/mdeberta-v3-base-squad2_refugees_dataset_finetuned"
 
 
11
  #model = 'codellama/CodeLlama-13b-Instruct-hf'
12
 
13
  reader = FARMReader(model_name_or_path=model)