Spaces:
Running
Running
Tom Aarsen
commited on
Commit
•
5c90ee9
1
Parent(s):
27c1e68
Skip duplicates
Browse files
app.py
CHANGED
@@ -993,6 +993,10 @@ MODELS_TO_SKIP = {
|
|
993 |
"TitanML/jina-v2-base-en-embed", # Copy
|
994 |
"MaziyarPanahi/GritLM-8x7B-GGUF", # GGUF variant
|
995 |
"Geolumina/instructor-xl", # Duplicate
|
|
|
|
|
|
|
|
|
996 |
}
|
997 |
|
998 |
def add_lang(examples):
|
|
|
993 |
"TitanML/jina-v2-base-en-embed", # Copy
|
994 |
"MaziyarPanahi/GritLM-8x7B-GGUF", # GGUF variant
|
995 |
"Geolumina/instructor-xl", # Duplicate
|
996 |
+
"krilecy/e5-mistral-7b-instruct",
|
997 |
+
"beademiguelperez/sentence-transformers-multilingual-e5-small",
|
998 |
+
"arcdev/SFR-Embedding-Mistral",
|
999 |
+
"arcdev/e5-mistral-7b-instruct",
|
1000 |
}
|
1001 |
|
1002 |
def add_lang(examples):
|