oggata commited on
Commit
0b3325e
·
verified ·
1 Parent(s): 109c727

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ Hugging Face Transformersライブラリを使用してローカルでモデル
10
  """
11
 
12
  # モデルとトークナイザーの初期化
13
- MODEL_NAME = "mmnga/sarashina2.2-3b-instruct-v0.1"
14
 
15
  print("モデルを読み込み中...")
16
  tokenizer = AutoTokenizer.from_pretrained(MODEL_NAME, trust_remote_code=True)
 
10
  """
11
 
12
  # モデルとトークナイザーの初期化
13
+ MODEL_NAME = "sbintuitions/sarashina2.2-0.5b-instruct-v0.1"
14
 
15
  print("モデルを読み込み中...")
16
  tokenizer = AutoTokenizer.from_pretrained(MODEL_NAME, trust_remote_code=True)