Luigi commited on
Commit
c97ac97
·
1 Parent(s): 3941dc3

update model list

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