Muennighoff commited on
Commit
7f45a23
1 Parent(s): 7ac9a76

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -0
app.py CHANGED
@@ -347,6 +347,11 @@ MODELS_TO_SKIP = {
347
  "GovCompete/instructor-xl", # Duplicate
348
  "GovCompete/e5-large-v2", # Duplicate
349
  "t12e/instructor-base", # Duplicate
 
 
 
 
 
350
  }
351
 
352
 
 
347
  "GovCompete/instructor-xl", # Duplicate
348
  "GovCompete/e5-large-v2", # Duplicate
349
  "t12e/instructor-base", # Duplicate
350
+ "michaelfeil/ct2fast-e5-large-v2",
351
+ "michaelfeil/ct2fast-e5-large",
352
+ "michaelfeil/ct2fast-e5-small-v2",
353
+ "newsrx/instructor-xl-newsrx",
354
+ "newsrx/instructor-large-newsrx",
355
  }
356
 
357