add gemma-3-270m-it
Browse files
app.py
CHANGED
|
@@ -37,6 +37,10 @@ MODELS = {
|
|
| 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 |
"SmolLM-135M-Taiwan-Instruct-v1.0": {
|
| 41 |
"repo_id": "benchang1110/SmolLM-135M-Taiwan-Instruct-v1.0",
|
| 42 |
"description": "135-million-parameter F32 safetensors instruction-finetuned variant of SmolLM-135M-Taiwan, trained on the 416 k-example ChatTaiwan dataset for Traditional Chinese conversational and instruction-following tasks"
|
|
|
|
| 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.",
|
| 43 |
+
},
|
| 44 |
"SmolLM-135M-Taiwan-Instruct-v1.0": {
|
| 45 |
"repo_id": "benchang1110/SmolLM-135M-Taiwan-Instruct-v1.0",
|
| 46 |
"description": "135-million-parameter F32 safetensors instruction-finetuned variant of SmolLM-135M-Taiwan, trained on the 416 k-example ChatTaiwan dataset for Traditional Chinese conversational and instruction-following tasks"
|