JustKiddo commited on
Commit
618c596
·
verified ·
1 Parent(s): 1216384

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ from transformers import AutoModelForCausalLM, AutoTokenizer
3
  import torch
4
 
5
  class VietnameseChatbot:
6
- def __init__(self, model_name="vinai/PhoGPT-4B-Chat"):
7
  """
8
  Initialize the Vietnamese chatbot with a pre-trained model
9
  """
 
3
  import torch
4
 
5
  class VietnameseChatbot:
6
+ def __init__(self, model_name="bkai-foundation-models/vietnamese-llama2-7b-40GB"):
7
  """
8
  Initialize the Vietnamese chatbot with a pre-trained model
9
  """