67Ayush87 commited on
Commit
0c2b606
·
verified ·
1 Parent(s): 004eb6e

Update pages/machine_learning.py

Browse files
Files changed (1) hide show
  1. pages/machine_learning.py +1 -1
pages/machine_learning.py CHANGED
@@ -64,7 +64,7 @@ ml_model_skeleton = HuggingFaceEndpoint(
64
  repo_id='Qwen/Qwen3-14B',
65
  provider='nebius',
66
  temperature=0.7,
67
- max_new_tokens=150,
68
  task='conversational'
69
  )
70
 
 
64
  repo_id='Qwen/Qwen3-14B',
65
  provider='nebius',
66
  temperature=0.7,
67
+ max_new_tokens=50,
68
  task='conversational'
69
  )
70