Spaces:
Running
Running
Muennighoff
commited on
Commit
•
fe87cc1
1
Parent(s):
bdf66dc
Skip old LLM2Vec
Browse files
app.py
CHANGED
@@ -1202,6 +1202,12 @@ MODELS_TO_SKIP = {
|
|
1202 |
"SmartComponents/bge-micro-v2",
|
1203 |
"ildodeltaRule/multilingual-e5-large",
|
1204 |
"hsikchi/dump",
|
|
|
|
|
|
|
|
|
|
|
|
|
1205 |
}
|
1206 |
|
1207 |
|
|
|
1202 |
"SmartComponents/bge-micro-v2",
|
1203 |
"ildodeltaRule/multilingual-e5-large",
|
1204 |
"hsikchi/dump",
|
1205 |
+
"McGill-NLP/LLM2Vec-Mistral-7B-Instruct-v2-mntp-supervised",
|
1206 |
+
"McGill-NLP/LLM2Vec-Llama-2-7b-chat-hf-mntp-supervised",
|
1207 |
+
"McGill-NLP/LLM2Vec-Sheared-LLaMA-mntp-supervised",
|
1208 |
+
"McGill-NLP/LLM2Vec-Mistral-7B-Instruct-v2-mntp-unsup-simcse",
|
1209 |
+
"McGill-NLP/LLM2Vec-Llama-2-7b-chat-hf-mntp-unsup-simcse",
|
1210 |
+
"McGill-NLP/LLM2Vec-Sheared-LLaMA-mntp-unsup-simcse",
|
1211 |
}
|
1212 |
|
1213 |
|