mindus-tk commited on
Commit
5cedfb3
·
1 Parent(s): 10921f9
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ line_bot_api = LineBotApi(LINE_CHANNEL_ACCESS_TOKEN)
16
  handler = WebhookHandler(LINE_CHANNEL_SECRET)
17
 
18
  # Hugging Faceモデルのロード
19
- model_name = "youri-7b-chat"
20
  tokenizer = AutoTokenizer.from_pretrained(model_name)
21
  model = AutoModelForCausalLM.from_pretrained(model_name)
22
 
 
16
  handler = WebhookHandler(LINE_CHANNEL_SECRET)
17
 
18
  # Hugging Faceモデルのロード
19
+ model_name = "rinna/youri-7b-chat"
20
  tokenizer = AutoTokenizer.from_pretrained(model_name)
21
  model = AutoModelForCausalLM.from_pretrained(model_name)
22