Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -7,7 +7,9 @@ from sentence_transformers import CrossEncoder, SentenceTransformer
|
|
| 7 |
|
| 8 |
|
| 9 |
document_store = InMemoryDocumentStore()
|
| 10 |
-
|
|
|
|
|
|
|
| 11 |
#model = 'codellama/CodeLlama-13b-Instruct-hf'
|
| 12 |
|
| 13 |
reader = FARMReader(model_name_or_path=model)
|
|
|
|
| 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)
|