Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -187,11 +187,22 @@ with demo:
|
|
187 |
# Sample list of popular text models
|
188 |
models_list = [
|
189 |
"meta-llama/Llama-3.3-70B-Instruct",
|
|
|
|
|
190 |
"meta-llama/Llama-3.1-8B-Instruct",
|
191 |
-
"
|
|
|
|
|
|
|
|
|
|
|
192 |
"mistralai/Mistral-7B-Instruct-v0.3",
|
193 |
-
"tiiuae/falcon-7b-instruct",
|
194 |
"Qwen/Qwen2.5-72B-Instruct",
|
|
|
|
|
|
|
|
|
|
|
195 |
]
|
196 |
|
197 |
featured_model_radio = gr.Radio(
|
|
|
187 |
# Sample list of popular text models
|
188 |
models_list = [
|
189 |
"meta-llama/Llama-3.3-70B-Instruct",
|
190 |
+
"meta-llama/Llama-3.2-3B-Instruct",
|
191 |
+
"meta-llama/Llama-3.2-1B-Instruct",
|
192 |
"meta-llama/Llama-3.1-8B-Instruct",
|
193 |
+
"NousResearch/Hermes-3-Llama-3.1-8B",
|
194 |
+
"google/gemma-2-27b-it",
|
195 |
+
"google/gemma-2-9b-it",
|
196 |
+
"google/gemma-2-2b-it",
|
197 |
+
"mistralai/Mistral-Nemo-Instruct-2407",
|
198 |
+
"mistralai/Mixtral-8x7B-Instruct-v0.1",
|
199 |
"mistralai/Mistral-7B-Instruct-v0.3",
|
|
|
200 |
"Qwen/Qwen2.5-72B-Instruct",
|
201 |
+
"Qwen/QwQ-32B-Preview",
|
202 |
+
"PowerInfer/SmallThinker-3B-Preview",
|
203 |
+
"HuggingFaceTB/SmolLM2-1.7B-Instruct",
|
204 |
+
"TinyLlama/TinyLlama-1.1B-Chat-v1.0",
|
205 |
+
"microsoft/Phi-3.5-mini-instruct",
|
206 |
]
|
207 |
|
208 |
featured_model_radio = gr.Radio(
|