Luigi commited on
Commit
ddfffab
Β·
1 Parent(s): f82b9e0

add 3 sub-1B TW models from ShengweiPeng

Browse files
Files changed (1) hide show
  1. app.py +13 -0
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"