lucasnseq commited on
Commit
989962d
·
verified ·
1 Parent(s): a793968

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -93,7 +93,7 @@ model = HfApiModel(
93
  max_tokens=1048,
94
  temperature=0.5,
95
  # model_id='Qwen/Qwen2.5-Coder-32B-Instruct',# it is possible that this model may be overloaded
96
- model_id='Qwen/Qwen2.5-0.5B-Instruct',# it is possible that this model may be overloaded
97
  # model_id='Qwen/Qwen2.5-Coder-14B-Instruct',
98
  custom_role_conversions=None,
99
  )
 
93
  max_tokens=1048,
94
  temperature=0.5,
95
  # model_id='Qwen/Qwen2.5-Coder-32B-Instruct',# it is possible that this model may be overloaded
96
+ model_id='Qwen/Qwen2.5-3B-Instruct',# it is possible that this model may be overloaded
97
  # model_id='Qwen/Qwen2.5-Coder-14B-Instruct',
98
  custom_role_conversions=None,
99
  )