Spaces:
Running
Running
Rename MODELS.py to models.py
Browse files
MODELS.py
DELETED
File without changes
|
models.py
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
models = [
|
2 |
+
"Qwen/Qwen2.5-72B-Instruct",
|
3 |
+
"meta-llama/Llama-3.3-70B-Instruct",
|
4 |
+
"CohereForAI/c4ai-command-r-plus-08-2024",
|
5 |
+
"deepseek-ai/DeepSeek-R1-Distill-Qwen-32B",
|
6 |
+
"nvidia/Llama-3.1-Nemotron-70B-Instruct-HF",
|
7 |
+
"Qwen/QwQ-32B-Preview",
|
8 |
+
"Qwen/Qwen2.5-Coder-32B-Instruct",
|
9 |
+
"meta-llama/Llama-3.2-11B-Vision-Instruct",
|
10 |
+
"NousResearch/Hermes-3-Llama-3.1-8B",
|
11 |
+
"mistralai/Mistral-Nemo-Instruct-2407",
|
12 |
+
"microsoft/Phi-3.5-mini-instruct"
|
13 |
+
]
|