Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -16,17 +16,17 @@ list_llm = [
|
|
| 16 |
"mistralai/Mistral-7B-Instruct-v0.3",
|
| 17 |
#"microsoft/Phi-3.5-mini-instruct",
|
| 18 |
"mistralai/Mixtral-8x7B-Instruct-v0.1",
|
| 19 |
-
"deepseek-ai/DeepSeek-V3-0324",
|
| 20 |
-
"meta-llama/Llama-3.1-8B-Instruct",
|
| 21 |
-
"meta-llama/Llama-3.2-3B-Instruct",
|
| 22 |
-
"meta-llama/Llama-3.2-1B-Instruct",
|
| 23 |
-
"HuggingFaceTB/SmolLM2-1.7B-Instruct",
|
| 24 |
"HuggingFaceH4/zephyr-7b-beta",
|
| 25 |
-
"HuggingFaceH4/zephyr-7b-gemma-v0.1",
|
| 26 |
-
# "TinyLlama/TinyLlama-1.1B-Chat-v1.0",
|
| 27 |
-
"google/gemma-2-2b-it",
|
| 28 |
-
"google/gemma-2-9b-it",
|
| 29 |
-
# "Qwen/Qwen2.5-1.5B-Instruct",
|
| 30 |
# "Qwen/Qwen2.5-3B-Instruct",
|
| 31 |
# "Qwen/Qwen2.5-7B-Instruct",
|
| 32 |
]
|
|
|
|
| 16 |
"mistralai/Mistral-7B-Instruct-v0.3",
|
| 17 |
#"microsoft/Phi-3.5-mini-instruct",
|
| 18 |
"mistralai/Mixtral-8x7B-Instruct-v0.1",
|
| 19 |
+
# "deepseek-ai/DeepSeek-V3-0324",
|
| 20 |
+
# "meta-llama/Llama-3.1-8B-Instruct",
|
| 21 |
+
# "meta-llama/Llama-3.2-3B-Instruct",
|
| 22 |
+
# "meta-llama/Llama-3.2-1B-Instruct",
|
| 23 |
+
# "HuggingFaceTB/SmolLM2-1.7B-Instruct",
|
| 24 |
"HuggingFaceH4/zephyr-7b-beta",
|
| 25 |
+
# "HuggingFaceH4/zephyr-7b-gemma-v0.1",
|
| 26 |
+
# # "TinyLlama/TinyLlama-1.1B-Chat-v1.0",
|
| 27 |
+
# "google/gemma-2-2b-it",
|
| 28 |
+
# "google/gemma-2-9b-it",
|
| 29 |
+
# # "Qwen/Qwen2.5-1.5B-Instruct",
|
| 30 |
# "Qwen/Qwen2.5-3B-Instruct",
|
| 31 |
# "Qwen/Qwen2.5-7B-Instruct",
|
| 32 |
]
|