m-polignano-uniba commited on
Commit
dd18495
1 Parent(s): 360d089

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -62,9 +62,9 @@ To use the model directly, there are many ways to get started, choose one of the
62
  ```
63
  <|start_header_id|>system<|end_header_id|>
64
 
65
- <|eot_id|>{ SYS Prompt }<|start_header_id|>user<|end_header_id|>
66
 
67
- { USER Prompt }<|eot_id|>{{ end }}<|start_header_id|>assistant<|end_header_id|>
68
 
69
  { ASSIST Prompt }<|eot_id|>
70
  ````
 
62
  ```
63
  <|start_header_id|>system<|end_header_id|>
64
 
65
+ { SYS Prompt }<|eot_id|><|start_header_id|>user<|end_header_id|>
66
 
67
+ { USER Prompt }<|eot_id|><|start_header_id|>assistant<|end_header_id|>
68
 
69
  { ASSIST Prompt }<|eot_id|>
70
  ````