Spaces:
Runtime error
Runtime error
lhzstar
commited on
Commit
·
7fba753
1
Parent(s):
136fecc
new commits
Browse files- run_eval.py +1 -1
run_eval.py
CHANGED
@@ -9,7 +9,7 @@ from utils import *
|
|
9 |
from celebbot import CelebBot
|
10 |
|
11 |
DEBUG=True
|
12 |
-
QA_MODEL_ID = "google/flan-t5-
|
13 |
SENTTR_MODEL_ID = "sentence-transformers/all-mpnet-base-v2"
|
14 |
|
15 |
def evaluate_system():
|
|
|
9 |
from celebbot import CelebBot
|
10 |
|
11 |
DEBUG=True
|
12 |
+
QA_MODEL_ID = "google/flan-t5-xl"
|
13 |
SENTTR_MODEL_ID = "sentence-transformers/all-mpnet-base-v2"
|
14 |
|
15 |
def evaluate_system():
|