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

add breeze models

Browse files
Files changed (1) hide show
  1. app.py +8 -0
app.py CHANGED
@@ -29,6 +29,14 @@ 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
  "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"
 
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
+ "MediaTek-Research/Llama-Breeze2-3B-Instruct":{
33
+ "repo_id":"MediaTek-Research/Llama-Breeze2-3B-Instruct",
34
+ "description":"The Breeze 2 Herd of Models: Traditional Chinese LLMs Based on LLaMA with Vision-Aware and Function-Calling Capabilities",
35
+ },
36
+ "MediaTek-Research/Llama-Breeze2-8B-Instruct":{
37
+ "repo_id":"MediaTek-Research/Llama-Breeze2-8B-Instruct",
38
+ "description":"The Breeze 2 Herd of Models: Traditional Chinese LLMs Based on LLaMA with Vision-Aware and Function-Calling Capabilities",
39
+ },
40
  "Llama-3.2-Taiwan-1B": {
41
  "repo_id": "lianghsun/Llama-3.2-Taiwan-1B",
42
  "description": "Llama-3.2-Taiwan base model with 1 B parameters"