Spaces:
Sleeping
Sleeping
Update app.py
Browse filesReplaced model to Qwen/Qwen2.5-3B-Instruct
app.py
CHANGED
|
@@ -68,7 +68,7 @@ final_answer = FinalAnswerTool()
|
|
| 68 |
model = HfApiModel(
|
| 69 |
max_tokens=2096,
|
| 70 |
temperature=0.5,
|
| 71 |
-
model_id='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='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 |
|