Luigi commited on
Commit
e894885
·
1 Parent(s): 44ac7e8

make elm 270m default

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,10 +6,10 @@ from transformers import AutoModelForCausalLM, AutoTokenizer, pipeline
6
 
7
  # 可選模型列表
8
  MODEL_LIST = [
 
9
  "unsloth/gemma-3-1b-pt",
10
  "ckiplab/gpt2-tiny-chinese",
11
  "ckiplab/gpt2-base-chinese",
12
- "liswei/Taiwan-ELM-270M",
13
  "liswei/Taiwan-ELM-1_1B",
14
  "benchang1110/Qwen2.5-Taiwan-1.5B-Instruct",
15
  "benchang1110/Taiwan-tinyllama-v1.0-base",
 
6
 
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",
 
13
  "liswei/Taiwan-ELM-1_1B",
14
  "benchang1110/Qwen2.5-Taiwan-1.5B-Instruct",
15
  "benchang1110/Taiwan-tinyllama-v1.0-base",