vikramronavrsc commited on
Commit
9845176
·
verified ·
1 Parent(s): 5188c63

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -5
app.py CHANGED
@@ -97,13 +97,11 @@ def main():
97
  llm_model = st.selectbox(
98
  "LLM Model",
99
  options=[
100
- "microsoft/Phi-4-multimodal-instruct",
101
- "google/gemma-3-4b-it",
102
  "mistralai/Mistral-7B-Instruct-v0.2",
103
- "google/gemma-7b-it",
104
- "google/flan-t5-xl",
105
  "Salesforce/xgen-7b-8k-inst",
106
- "tiiuae/falcon-7b-instruct"
107
  ],
108
  index=0
109
  )
 
97
  llm_model = st.selectbox(
98
  "LLM Model",
99
  options=[
 
 
100
  "mistralai/Mistral-7B-Instruct-v0.2",
101
+ "meta-llama/Llama-3.2-1B",
102
+ "microsoft/Phi-4-mini-instruct",
103
  "Salesforce/xgen-7b-8k-inst",
104
+ "meta-llama/Llama-3.2-3B-Instruct"
105
  ],
106
  index=0
107
  )