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

Migrated to LLaMA 2

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="bkai-foundation-models/vietnamese-llama2-7b-40GB"):
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="meta-llama/Llama-2-13b-hf"):
7
  """
8
  Initialize the Vietnamese chatbot with a pre-trained model
9
  """