qnguyen3 commited on
Commit
a7a9a4a
1 Parent(s): 026cd7c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -47,7 +47,7 @@ model = AutoModelForCausalLM.from_pretrained(
47
  torch_dtype='auto',
48
  device_map="auto"
49
  )
50
- tokenizer = AutoTokenizer.from_pretrained("vilm/VinaLlama2-14B")
51
 
52
  prompt = "What is the mearning of life?"
53
  messages = [
 
47
  torch_dtype='auto',
48
  device_map="auto"
49
  )
50
+ tokenizer = AutoTokenizer.from_pretrained("qnguyen3/Master-Yi-9B")
51
 
52
  prompt = "What is the mearning of life?"
53
  messages = [