Spaces:
Running
Running
Update app.py
Browse filesSmolLM2-1.7B-Instruct. Last chance.
app.py
CHANGED
@@ -53,7 +53,8 @@ max_tokens=2096,
|
|
53 |
temperature=0.5,
|
54 |
#model_id='Qwen/Qwen2.5-Coder-32B-Instruct',# it is possible that this model may be overloaded
|
55 |
#model_id='Qwen/Qwen2.5-Coder-7B-Instruct',# also overloaded
|
56 |
-
model_id='microsoft/Phi-3-medium-128k-instruct'
|
|
|
57 |
#model_id='meta-llama/Llama-3.1-8B',# Not an instruct model
|
58 |
custom_role_conversions=None,
|
59 |
)
|
|
|
53 |
temperature=0.5,
|
54 |
#model_id='Qwen/Qwen2.5-Coder-32B-Instruct',# it is possible that this model may be overloaded
|
55 |
#model_id='Qwen/Qwen2.5-Coder-7B-Instruct',# also overloaded
|
56 |
+
#model_id='microsoft/Phi-3-medium-128k-instruct',# last chance
|
57 |
+
model_id='HuggingFaceTB/SmolLM2-1.7B-Instruct',
|
58 |
#model_id='meta-llama/Llama-3.1-8B',# Not an instruct model
|
59 |
custom_role_conversions=None,
|
60 |
)
|