Spaces:
Running
on
Zero
Running
on
Zero
add 3 sub-1B TW models from ShengweiPeng
Browse files
app.py
CHANGED
@@ -29,6 +29,19 @@ 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"
|
|
|
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 |
+
"Llama-3.2-Taiwan-1B": {
|
33 |
+
"repo_id": "lianghsun/Llama-3.2-Taiwan-1B",
|
34 |
+
"description": "Llama-3.2-Taiwan base model with 1 B parameters"
|
35 |
+
},
|
36 |
+
"Qwen2.5-0.5B-Taiwan-Instruct": {
|
37 |
+
"repo_id": "ShengweiPeng/Qwen2.5-0.5B-Taiwan-Instruct",
|
38 |
+
"description": "Qwen2.5-Taiwan model with 0.5 B parameters, instruction-tuned"
|
39 |
+
},
|
40 |
+
"Qwen3-0.6B-Taiwan": {
|
41 |
+
"repo_id": "ShengweiPeng/Qwen3-0.6B-Taiwan",
|
42 |
+
"description": "Qwen3-Taiwan model with 0.6 B parameters"
|
43 |
+
},
|
44 |
+
|
45 |
"Qwen2.5-Taiwan-3B-Reason-GRPO": {
|
46 |
"repo_id": "benchang1110/Qwen2.5-Taiwan-3B-Reason-GRPO",
|
47 |
"description":"Qwen2.5-Taiwan model with 3 B parameters, Reason-GRPO fine-tuned"
|