Spaces:
Sleeping
Sleeping
Update pages/machine_learning.py
Browse files
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=
|
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 |
|