EmoCube commited on
Commit
b873a6c
·
verified ·
1 Parent(s): 8fe3b28

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -4
app.py CHANGED
@@ -26,12 +26,15 @@ models = {
26
  "google/gemma-3-27b-it",
27
  "Qwen/QwQ-32B",
28
  "Qwen/QwQ-32B-Preview",
29
- "mistralai/Mistral-Small-24B-Instruct-2501",
30
- "deepseek-ai/deepseek-llm-67b-chat",
31
- "mistralai/Mixtral-8x22B-Instruct-v0.1",
32
  "NousResearch/Nous-Hermes-2-Mixtral-8x7B-DPO",
33
  "google/gemma-2-9b-it",
34
- "google/gemma-2-27b-it"
 
 
 
 
 
 
35
  ]
36
  }
37
 
 
26
  "google/gemma-3-27b-it",
27
  "Qwen/QwQ-32B",
28
  "Qwen/QwQ-32B-Preview",
 
 
 
29
  "NousResearch/Nous-Hermes-2-Mixtral-8x7B-DPO",
30
  "google/gemma-2-9b-it",
31
+ "google/gemma-2-27b-it",
32
+ "deepseek-ai/DeepSeek-V3-0324",
33
+ "mistralai/Mistral-7B-Instruct-v0.3",
34
+ "HuggingFaceH4/zephyr-7b-beta",
35
+ "Qwen/Qwen2.5-72B-Instruct",
36
+ "mistralai/Mistral-Nemo-Instruct-2407",
37
+ "tiiuae/falcon-7b-instruct"
38
  ]
39
  }
40