Spaces:
Running
on
Zero
Running
on
Zero
Add SmolLM2-135M TaiwanChat
Browse files
app.py
CHANGED
@@ -22,6 +22,10 @@ cancel_event = threading.Event()
|
|
22 |
# Torch-Compatible Model Definitions with Adjusted Descriptions
|
23 |
# ------------------------------
|
24 |
MODELS = {
|
|
|
|
|
|
|
|
|
25 |
"Gemma-3-4B-IT": {
|
26 |
"repo_id": "unsloth/gemma-3-4b-it",
|
27 |
"description": "Gemma-3-4B-IT"
|
|
|
22 |
# Torch-Compatible Model Definitions with Adjusted Descriptions
|
23 |
# ------------------------------
|
24 |
MODELS = {
|
25 |
+
"Gemma-3-4B-IT": {
|
26 |
+
"repo_id": "unsloth/gemma-3-4b-it",
|
27 |
+
"description": "Gemma-3-4B-IT"
|
28 |
+
},
|
29 |
"Gemma-3-4B-IT": {
|
30 |
"repo_id": "unsloth/gemma-3-4b-it",
|
31 |
"description": "Gemma-3-4B-IT"
|