Nymbo commited on
Commit
231828d
·
verified ·
1 Parent(s): 769901b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -7
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
- "bigscience/bloomz-7b1",
170
- "OpenAssistant/oasst-sft-1-pythia-12b",
171
- "OpenAssistant/oasst-sft-4-pythia-12b-epoch-3.5",
172
  "tiiuae/falcon-7b-instruct",
173
- "OpenAI/gpt-3.5-turbo",
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