Spaces:
Running
on
Zero
Running
on
Zero
make gemma default
Browse files
app.py
CHANGED
@@ -7,11 +7,11 @@ from transformers import AutoModelForCausalLM, AutoTokenizer, pipeline
|
|
7 |
|
8 |
# 可選模型列表
|
9 |
MODEL_LIST = [
|
|
|
10 |
"ckiplab/gpt2-tiny-chinese",
|
11 |
"ckiplab/gpt2-base-chinese",
|
12 |
"liswei/Taiwan-ELM-270M",
|
13 |
"liswei/Taiwan-ELM-1_1B",
|
14 |
-
"unsloth/gemma-3-1b-pt",
|
15 |
"benchang1110/Qwen2.5-Taiwan-1.5B-Instruct",
|
16 |
"benchang1110/Taiwan-tinyllama-v1.0-base",
|
17 |
]
|
|
|
7 |
|
8 |
# 可選模型列表
|
9 |
MODEL_LIST = [
|
10 |
+
"unsloth/gemma-3-1b-pt",
|
11 |
"ckiplab/gpt2-tiny-chinese",
|
12 |
"ckiplab/gpt2-base-chinese",
|
13 |
"liswei/Taiwan-ELM-270M",
|
14 |
"liswei/Taiwan-ELM-1_1B",
|
|
|
15 |
"benchang1110/Qwen2.5-Taiwan-1.5B-Instruct",
|
16 |
"benchang1110/Taiwan-tinyllama-v1.0-base",
|
17 |
]
|