add Mxode/SmolLM-Chinese-180M
Browse files
app.py
CHANGED
|
@@ -7,6 +7,7 @@ from transformers import AutoModelForCausalLM, AutoTokenizer, pipeline
|
|
| 7 |
# 可選模型列表
|
| 8 |
MODEL_LIST = [
|
| 9 |
"liswei/Taiwan-ELM-270M",
|
|
|
|
| 10 |
"unsloth/gemma-3-1b-pt",
|
| 11 |
"ckiplab/gpt2-tiny-chinese",
|
| 12 |
"ckiplab/gpt2-base-chinese",
|
|
|
|
| 7 |
# 可選模型列表
|
| 8 |
MODEL_LIST = [
|
| 9 |
"liswei/Taiwan-ELM-270M",
|
| 10 |
+
"Mxode/SmolLM-Chinese-180M",
|
| 11 |
"unsloth/gemma-3-1b-pt",
|
| 12 |
"ckiplab/gpt2-tiny-chinese",
|
| 13 |
"ckiplab/gpt2-base-chinese",
|