Spaces:
Running
on
Zero
Running
on
Zero
Add Gemma-3-270m Taiwan
Browse files
app.py
CHANGED
@@ -28,15 +28,10 @@ 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 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
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 |
"gemma-3-270m-it":{
|
41 |
"repo_id":"google/gemma-3-270m-it",
|
42 |
"description":"Gemma‑3‑270M‑IT is a compact, 270‑million‑parameter language model fine‑tuned for Italian, offering fast and efficient on‑device text generation and comprehension in the Italian language.",
|
|
|
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-3-Taiwan-270M-it":{
|
32 |
+
"repo_id":"lianghsun/Gemma-3-Taiwan-270M-it",
|
33 |
+
"description": "google/gemma-3-270m-it fintuned on Taiwan Chinese dataset"
|
34 |
+
},
|
|
|
|
|
|
|
|
|
|
|
35 |
"gemma-3-270m-it":{
|
36 |
"repo_id":"google/gemma-3-270m-it",
|
37 |
"description":"Gemma‑3‑270M‑IT is a compact, 270‑million‑parameter language model fine‑tuned for Italian, offering fast and efficient on‑device text generation and comprehension in the Italian language.",
|