adal-glez-a commited on
Commit
73d3b5b
·
verified ·
1 Parent(s): 6712f75

change the model to Qwen/Qwen2.5-Coder-32B-Instruct

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -110,7 +110,7 @@ final_answer = FinalAnswerTool()
110
  model = HfApiModel(
111
  max_tokens=2096,
112
  temperature=0.5,
113
- model_id='bigscience/bloom',# it is possible that this model may be overloaded
114
  custom_role_conversions=None,
115
  )
116
 
 
110
  model = HfApiModel(
111
  max_tokens=2096,
112
  temperature=0.5,
113
+ model_id='Qwen/Qwen2.5-Coder-32B-Instruct',# it is possible that this model may be overloaded
114
  custom_role_conversions=None,
115
  )
116