knt21 commited on
Commit
51caab2
·
verified ·
1 Parent(s): d864425

Update app.py

Browse files

Changed model to bigcode/starcoder2-15b

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -68,7 +68,7 @@ final_answer = FinalAnswerTool()
68
  model = HfApiModel(
69
  max_tokens=2096,
70
  temperature=0.5,
71
- model_id='Qwen/Qwen2.5-3B-Instruct', # https://pflgm2locj2t89co.us-east-1.aws.endpoints.huggingface.cloud', #'Qwen/Qwen2.5-Coder-32B-Instruct',# it is possible that this model may be overloaded
72
  custom_role_conversions=None,
73
  )
74
 
 
68
  model = HfApiModel(
69
  max_tokens=2096,
70
  temperature=0.5,
71
+ model_id='bigcode/starcoder2-15b', # https://pflgm2locj2t89co.us-east-1.aws.endpoints.huggingface.cloud', #'Qwen/Qwen2.5-Coder-32B-Instruct',# it is possible that this model may be overloaded
72
  custom_role_conversions=None,
73
  )
74