Spaces:
Running
Running
Muennighoff
commited on
Commit
•
139204f
1
Parent(s):
e87d698
Update app.py
Browse files
app.py
CHANGED
@@ -713,8 +713,7 @@ MODELS_TO_SKIP = {
|
|
713 |
"michaelfeil/ct2fast-gte-large",
|
714 |
"michaelfeil/ct2fast-gte-base",
|
715 |
"michaelfeil/ct2fast-bge-small-en-v1.5",
|
716 |
-
|
717 |
-
|
718 |
}
|
719 |
|
720 |
EXTERNAL_MODEL_RESULTS = {model: {k: {v: []} for k, v in TASK_TO_METRIC.items()} for model in EXTERNAL_MODELS}
|
|
|
713 |
"michaelfeil/ct2fast-gte-large",
|
714 |
"michaelfeil/ct2fast-gte-base",
|
715 |
"michaelfeil/ct2fast-bge-small-en-v1.5",
|
716 |
+
"rizki/bgr-tf",
|
|
|
717 |
}
|
718 |
|
719 |
EXTERNAL_MODEL_RESULTS = {model: {k: {v: []} for k, v in TASK_TO_METRIC.items()} for model in EXTERNAL_MODELS}
|