Spaces:
Running
on
Zero
Running
on
Zero
add Qwen2.5-Taiwan-3B-Reason-GRPO & Llama-3.2-Taiwan-1B
Browse files
app.py
CHANGED
@@ -28,6 +28,18 @@ cancel_event = threading.Event()
|
|
28 |
MODELS = {
|
29 |
# … your existing entries …
|
30 |
"Qwen2.5-Taiwan-1.5B-Instruct": {"repo_id": "benchang1110/Qwen2.5-Taiwan-1.5B-Instruct", "description": "Qwen2.5-Taiwan-1.5B-Instruct"},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
31 |
# Gemma 3n “effective” variants (official Google repos)
|
32 |
"Gemma-3n-E2B": {
|
33 |
"repo_id": "google/gemma-3n-E2B",
|
|
|
28 |
MODELS = {
|
29 |
# … your existing entries …
|
30 |
"Qwen2.5-Taiwan-1.5B-Instruct": {"repo_id": "benchang1110/Qwen2.5-Taiwan-1.5B-Instruct", "description": "Qwen2.5-Taiwan-1.5B-Instruct"},
|
31 |
+
# ——— New Taiwan-tuned variants ———
|
32 |
+
"Qwen2.5-Taiwan-3B-Reason-GRPO": {
|
33 |
+
"repo_id": "benchang1110/Qwen2.5-Taiwan-3B-Reason-GRPO",
|
34 |
+
"description":"Qwen2.5-Taiwan model with 3 B parameters, Reason-GRPO fine-tuned"
|
35 |
+
},
|
36 |
+
"Llama-3.2-Taiwan-1B": {
|
37 |
+
"repo_id": "lianghsun/Llama-3.2-Taiwan-1B",
|
38 |
+
"description":"Llama-3.2-Taiwan base model with 1 B parameters"
|
39 |
+
},
|
40 |
+
|
41 |
+
|
42 |
+
|
43 |
# Gemma 3n “effective” variants (official Google repos)
|
44 |
"Gemma-3n-E2B": {
|
45 |
"repo_id": "google/gemma-3n-E2B",
|