EmoCube commited on
Commit
9730b7f
·
verified ·
1 Parent(s): b873a6c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -29,12 +29,13 @@ models = {
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
 
 
29
  "NousResearch/Nous-Hermes-2-Mixtral-8x7B-DPO",
30
  "google/gemma-2-9b-it",
31
  "google/gemma-2-27b-it",
32
+ "teknium/OpenHermes-2.5-Mistral-7B",
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
+ "cognitivecomputations/dolphin-2.9.2-mixtral-8x22b"
39
  ]
40
  }
41