Spaces:
Running
on
Zero
Running
on
Zero
add qwen3
Browse files
app.py
CHANGED
@@ -22,6 +22,11 @@ cancel_event = threading.Event()
|
|
22 |
# Torch-Compatible Model Definitions with Adjusted Descriptions
|
23 |
# ------------------------------
|
24 |
MODELS = {
|
|
|
|
|
|
|
|
|
|
|
25 |
"Gemma-3-4B-IT": {"repo_id": "unsloth/gemma-3-4b-it", "description": "Gemma-3-4B-IT"},
|
26 |
"SmolLM2-135M-Instruct-TaiwanChat": {"repo_id": "Luigi/SmolLM2-135M-Instruct-TaiwanChat", "description": "SmolLM2‑135M Instruct fine-tuned on TaiwanChat"},
|
27 |
"SmolLM2-135M-Instruct": {"repo_id": "HuggingFaceTB/SmolLM2-135M-Instruct", "description": "Original SmolLM2‑135M Instruct"},
|
|
|
22 |
# Torch-Compatible Model Definitions with Adjusted Descriptions
|
23 |
# ------------------------------
|
24 |
MODELS = {
|
25 |
+
|
26 |
+
"Qwen3-8B": {"repo_id": "Qwen/Qwen3-8B", "description": "Qwen3-8B"},
|
27 |
+
"Qwen3-4B": {"repo_id": "Qwen/Qwen3-4B", "description": "Qwen3-4B"},
|
28 |
+
"Qwen3-1.7B": {"repo_id": "Qwen/Qwen3-1,7B", "description": "Qwen3-1.7B"},
|
29 |
+
"Qwen3-0.6B": {"repo_id": "Qwen/Qwen3-0,6B", "description": "Qwen3-0.6B"},
|
30 |
"Gemma-3-4B-IT": {"repo_id": "unsloth/gemma-3-4b-it", "description": "Gemma-3-4B-IT"},
|
31 |
"SmolLM2-135M-Instruct-TaiwanChat": {"repo_id": "Luigi/SmolLM2-135M-Instruct-TaiwanChat", "description": "SmolLM2‑135M Instruct fine-tuned on TaiwanChat"},
|
32 |
"SmolLM2-135M-Instruct": {"repo_id": "HuggingFaceTB/SmolLM2-135M-Instruct", "description": "Original SmolLM2‑135M Instruct"},
|