ThiloteE commited on
Commit
7ed2141
1 Parent(s): 4a4dac7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -6
README.md CHANGED
@@ -45,7 +45,7 @@ The config.json, generation_config.json and tokenizer_config.json differ from t
45
  # Prompt Template (for GPT4All)
46
 
47
  Example System Prompt:
48
- ```
49
  <|system|>
50
  You are a helpful assistant.<|end|>
51
 
@@ -53,11 +53,11 @@ You are a helpful assistant.<|end|>
53
 
54
 
55
  Chat Template:
56
- ```
57
- <|im_start|>user
58
- %1<|im_end|>
59
- <|im_start|>assistant
60
- %2<|im_end|>
61
 
62
  ```
63
 
 
45
  # Prompt Template (for GPT4All)
46
 
47
  Example System Prompt:
48
+ ```Markdown
49
  <|system|>
50
  You are a helpful assistant.<|end|>
51
 
 
53
 
54
 
55
  Chat Template:
56
+ ```Markdown
57
+ <|user|>
58
+ %1<|end|>
59
+ <|assistant|>
60
+ %2<|end|>
61
 
62
  ```
63