dayuian commited on
Commit
a403a83
·
verified ·
1 Parent(s): 0ca3860

Update ai_sentence.py

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