Spaces:
Running
Running
Muennighoff
commited on
Commit
•
e87d698
1
Parent(s):
415f6ce
Update app.py
Browse files
app.py
CHANGED
@@ -707,6 +707,14 @@ MODELS_TO_SKIP = {
|
|
707 |
"vectoriseai/ember-v1",
|
708 |
"vectoriseai/e5-base",
|
709 |
"vectoriseai/e5-small-v2",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
710 |
}
|
711 |
|
712 |
EXTERNAL_MODEL_RESULTS = {model: {k: {v: []} for k, v in TASK_TO_METRIC.items()} for model in EXTERNAL_MODELS}
|
|
|
707 |
"vectoriseai/ember-v1",
|
708 |
"vectoriseai/e5-base",
|
709 |
"vectoriseai/e5-small-v2",
|
710 |
+
"michaelfeil/ct2fast-bge-large-en-v1.5",
|
711 |
+
"michaelfeil/ct2fast-bge-large-en-v1.5",
|
712 |
+
"michaelfeil/ct2fast-bge-base-en-v1.5",
|
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}
|