Update README.md
Browse files
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 |
-
<|
|
58 |
-
%1<|
|
59 |
-
<|
|
60 |
-
%2<|
|
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 |
|