67Ayush87 commited on
Commit
cb9f607
·
verified ·
1 Parent(s): c4a75a2

Update pages/machine_learning.py

Browse files
Files changed (1) hide show
  1. pages/machine_learning.py +1 -1
pages/machine_learning.py CHANGED
@@ -73,7 +73,7 @@ ml_mentor = ChatHuggingFace(
73
  repo_id='Qwen/Qwen3-14B',
74
  provider='nebius',
75
  temperature=0.7,
76
- max_new_tokens=150,
77
  task='conversational'
78
  )
79
 
 
73
  repo_id='Qwen/Qwen3-14B',
74
  provider='nebius',
75
  temperature=0.7,
76
+ max_new_tokens=50,
77
  task='conversational'
78
  )
79