Spaces:
Running
Running
Muennighoff
commited on
Commit
•
4613dfa
1
Parent(s):
7f45a23
Remove dups
Browse files
app.py
CHANGED
@@ -351,7 +351,11 @@ MODELS_TO_SKIP = {
|
|
351 |
"michaelfeil/ct2fast-e5-large",
|
352 |
"michaelfeil/ct2fast-e5-small-v2",
|
353 |
"newsrx/instructor-xl-newsrx",
|
354 |
-
"newsrx/instructor-large-newsrx",
|
|
|
|
|
|
|
|
|
355 |
}
|
356 |
|
357 |
|
|
|
351 |
"michaelfeil/ct2fast-e5-large",
|
352 |
"michaelfeil/ct2fast-e5-small-v2",
|
353 |
"newsrx/instructor-xl-newsrx",
|
354 |
+
"newsrx/instructor-large-newsrx",
|
355 |
+
"fresha/e5-large-v2-endpoint",
|
356 |
+
"ggrn/e5-small-v2",
|
357 |
+
"michaelfeil/ct2fast-e5-small",
|
358 |
+
|
359 |
}
|
360 |
|
361 |
|