qnguyen3 commited on
Commit
ae650df
1 Parent(s): ffcdb6a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -14,11 +14,11 @@ model = AutoModelForCausalLM.from_pretrained(
14
  torch_dtype="auto",
15
  device_map="auto"
16
  )
17
- tokenizer = AutoTokenizer.from_pretrained("Qwen/Qwen1.5-14B-Chat-GPTQ-Int4")
18
 
19
- prompt = "Give me a short introduction to large language model."
20
  messages = [
21
- {"role": "system", "content": "You are a helpful assistant."},
22
  {"role": "user", "content": prompt}
23
  ]
24
  text = tokenizer.apply_chat_template(
 
14
  torch_dtype="auto",
15
  device_map="auto"
16
  )
17
+ tokenizer = AutoTokenizer.from_pretrained("vilm/VinaLlama2-14B-GPTQ-Int4")
18
 
19
+ prompt = "Việt Nam bao nhiêu tỉnh thành?"
20
  messages = [
21
+ {"role": "system", "content": "Bạn một trợ lí AI hữu ích."},
22
  {"role": "user", "content": prompt}
23
  ]
24
  text = tokenizer.apply_chat_template(