adal-glez-a commited on
Commit
aed0709
·
verified ·
1 Parent(s): 3dbf84b

update the model bigscience/bloom

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='Qwen/Qwen2.5-Coder-32B-Instruct',# 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='bigscience/bloom',# it is possible that this model may be overloaded
114
  custom_role_conversions=None,
115
  )
116