gingdev commited on
Commit
79c8bc6
·
verified ·
1 Parent(s): ae121aa

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -0
README.md CHANGED
@@ -16,5 +16,14 @@ This model is based on [VinaLLaMA](vilm/vinallama-7b-chat)
16
  The model is for educational purposes only.
17
 
18
  ## Information
 
 
 
 
 
 
 
 
 
19
 
20
  Author: Tran Xuan Thanh
 
16
  The model is for educational purposes only.
17
 
18
  ## Information
19
+ Prompt template (chatml, similar to the base model)
20
+ ```
21
+ <|im_start|>system
22
+ Bạn là một trợ lí AI hữu ích. Hãy trả lời người dùng một cách chính xác.
23
+ <|im_end|>
24
+ <|im_start|>user
25
+ Thủ đô của Việt Nam ở đâu?<|im_end|>
26
+ <|im_start|>assistant
27
+ ```
28
 
29
  Author: Tran Xuan Thanh