eyepyon commited on
Commit
276f335
·
1 Parent(s): 9e4c270

新バージョン

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,11 +15,11 @@ AVAILABLE_MODELS = {
15
  "旧 独自学習Phi4-mini-reasoning": "eyepyon/rcrcPhi4miniR-merged-final",
16
  "GPT2-Small": "gpt2",
17
  "DistilGPT2": "distilgpt2",
18
- "OPT-125M": "facebook/opt-125m",
19
  }
20
  # "独自学習phi2": "eyepyon/rcphi2",
21
  # "BERT-Base": "bert-base-uncased", # マスク補完用
22
  # "FLAN-T5-Small": "google/flan-t5-small", # テキスト生成
 
23
 
24
 
25
  # グローバル変数
 
15
  "旧 独自学習Phi4-mini-reasoning": "eyepyon/rcrcPhi4miniR-merged-final",
16
  "GPT2-Small": "gpt2",
17
  "DistilGPT2": "distilgpt2",
 
18
  }
19
  # "独自学習phi2": "eyepyon/rcphi2",
20
  # "BERT-Base": "bert-base-uncased", # マスク補完用
21
  # "FLAN-T5-Small": "google/flan-t5-small", # テキスト生成
22
+ # "OPT-125M": "facebook/opt-125m",
23
 
24
 
25
  # グローバル変数