Tom Aarsen commited on
Commit
eae51a5
1 Parent(s): 4fac10d

Skip duplicate; refresh

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -990,7 +990,8 @@ MODELS_TO_SKIP = {
990
  "atian-chapters/Chapters-SFR-Embedding-Mistral", # Copy
991
  "rlsChapters/Chapters-SFR-Embedding-Mistral", # Copy
992
  "TitanML/jina-v2-base-en-embed", # Copy
993
- "MaziyarPanahi/GritLM-8x7B-GGUF", # GGUF variant
 
994
  }
995
 
996
  def add_lang(examples):
 
990
  "atian-chapters/Chapters-SFR-Embedding-Mistral", # Copy
991
  "rlsChapters/Chapters-SFR-Embedding-Mistral", # Copy
992
  "TitanML/jina-v2-base-en-embed", # Copy
993
+ "MaziyarPanahi/GritLM-8x7B-GGUF", # GGUF variant
994
+ "Geolumina/instructor-xl", # Duplicate
995
  }
996
 
997
  def add_lang(examples):