dayuian commited on
Commit
4eddfdb
·
verified ·
1 Parent(s): 638c2c3

Update ai_sentence.py

Browse files
Files changed (1) hide show
  1. ai_sentence.py +2 -2
ai_sentence.py CHANGED
@@ -3,8 +3,8 @@ import re
3
 
4
  # 可用模型清單
5
  MODEL_LIST = [
6
- "gpt2(推薦)",
7
- "EleutherAI/pythia-410m(不推!)"
8
  ]
9
 
10
  # 模型快取,避免每次重新載入
 
3
 
4
  # 可用模型清單
5
  MODEL_LIST = [
6
+ "gpt2",
7
+ "EleutherAI/pythia-410m"
8
  ]
9
 
10
  # 模型快取,避免每次重新載入