JustKiddo commited on
Commit
1216384
·
verified ·
1 Parent(s): 985ad3e

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/gpt-neo-1.3B-vietnamese-news"):
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="vinai/PhoGPT-4B-Chat"):
7
  """
8
  Initialize the Vietnamese chatbot with a pre-trained model
9
  """