andreagemelli commited on
Commit
c95fdd7
·
1 Parent(s): 7a2f702

a Smoller change

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,7 +23,7 @@ final_answer = FinalAnswerTool()
23
  model = HfApiModel(
24
  max_tokens=2096,
25
  temperature=0.5,
26
- model_id='mistralai/Mistral-Small-24B-Instruct-2501',
27
  custom_role_conversions=None,
28
  )
29
 
 
23
  model = HfApiModel(
24
  max_tokens=2096,
25
  temperature=0.5,
26
+ model_id='HuggingFaceTB/SmolLM2-1.7B-Instruct',
27
  custom_role_conversions=None,
28
  )
29