Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -29,15 +29,14 @@ models = {
|
|
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 |
-
"nvidia/Llama-3.1-Nemotron-70B-Instruct-HF",
|
39 |
"google/gemma-3-4b-it",
|
40 |
-
"HuggingFaceH4/starchat2-15b-v0.1"
|
|
|
41 |
]
|
42 |
}
|
43 |
|
|
|
29 |
"NousResearch/Nous-Hermes-2-Mixtral-8x7B-DPO",
|
30 |
"google/gemma-2-9b-it",
|
31 |
"google/gemma-2-27b-it",
|
|
|
32 |
"mistralai/Mistral-7B-Instruct-v0.3",
|
33 |
"HuggingFaceH4/zephyr-7b-beta",
|
34 |
"Qwen/Qwen2.5-72B-Instruct",
|
35 |
"mistralai/Mistral-Nemo-Instruct-2407",
|
36 |
"tiiuae/falcon-7b-instruct",
|
|
|
37 |
"google/gemma-3-4b-it",
|
38 |
+
"HuggingFaceH4/starchat2-15b-v0.1",
|
39 |
+
"meta-llama/Llama-3.3-70B-Instruct"
|
40 |
]
|
41 |
}
|
42 |
|