MichaelBui
commited on
Commit
•
7f2c411
1
Parent(s):
4912158
Updated prompt template as confirmed by Intel staff
Browse filesRef: https://huggingface.co/Intel/neural-chat-7b-v3-1/discussions/1
![image.png](https://cdn-uploads.huggingface.co/production/uploads/64400f197841867cd5b39e29/F4lWWKVIgqJ2JF8F5yOvY.png)
README.md
CHANGED
@@ -69,10 +69,17 @@ Here is an incomplete list of clients and libraries that are known to support GG
|
|
69 |
<!-- repositories-available end -->
|
70 |
|
71 |
<!-- prompt-template start -->
|
72 |
-
## Prompt template:
|
|
|
73 |
|
74 |
```
|
75 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
76 |
|
77 |
```
|
78 |
|
|
|
69 |
<!-- repositories-available end -->
|
70 |
|
71 |
<!-- prompt-template start -->
|
72 |
+
## Prompt template:
|
73 |
+
ref: https://huggingface.co/Intel/neural-chat-7b-v3-1/discussions/1#655533a4bc6ff300d447f85d
|
74 |
|
75 |
```
|
76 |
+
### System:
|
77 |
+
{system_prompt}
|
78 |
+
|
79 |
+
### User:
|
80 |
+
{user_prompt}
|
81 |
+
|
82 |
+
### Assistant:
|
83 |
|
84 |
```
|
85 |
|