Spaces:
Running
on
Zero
Running
on
Zero
add breeze models
Browse files
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"
|