app.py
CHANGED
@@ -27,7 +27,7 @@ class ChatBot:
|
|
27 |
"phi-3-mini": "microsoft/Phi-3-mini-4k-instruct"
|
28 |
}
|
29 |
|
30 |
-
self.current_model_name = "
|
31 |
self.model_path = self.available_models[self.current_model_name]
|
32 |
|
33 |
# モデルとトークナイザーの初期化(GPU処理は後で実行)
|
|
|
27 |
"phi-3-mini": "microsoft/Phi-3-mini-4k-instruct"
|
28 |
}
|
29 |
|
30 |
+
self.current_model_name = "Llama-3-ELYZA-JP-8B"
|
31 |
self.model_path = self.available_models[self.current_model_name]
|
32 |
|
33 |
# モデルとトークナイザーの初期化(GPU処理は後で実行)
|