Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -166,14 +166,11 @@ with demo:
|
|
166 |
# For demonstration purposes, here is a sample list of possible text-generation models
|
167 |
models_list = [
|
168 |
"meta-llama/Llama-3.3-70B-Instruct",
|
169 |
-
"
|
170 |
-
"
|
171 |
-
"
|
172 |
"tiiuae/falcon-7b-instruct",
|
173 |
-
"
|
174 |
-
"OpenAI/gpt-4-32k",
|
175 |
-
"meta-llama/Llama-2-13B-chat-hf",
|
176 |
-
"meta-llama/Llama-2-70B-chat-hf",
|
177 |
]
|
178 |
|
179 |
# Radio buttons to display and select from the featured models
|
|
|
166 |
# For demonstration purposes, here is a sample list of possible text-generation models
|
167 |
models_list = [
|
168 |
"meta-llama/Llama-3.3-70B-Instruct",
|
169 |
+
"meta-llama/Llama-3.1-8B-Instruct",
|
170 |
+
"microsoft/Phi-3.5-mini-instruct",
|
171 |
+
"mistralai/Mistral-7B-Instruct-v0.3",
|
172 |
"tiiuae/falcon-7b-instruct",
|
173 |
+
"Qwen/Qwen2.5-72B-Instruct",
|
|
|
|
|
|
|
174 |
]
|
175 |
|
176 |
# Radio buttons to display and select from the featured models
|