Update README.md
Browse files
README.md
CHANGED
@@ -89,6 +89,26 @@ Source:
|
|
89 |
date: 2021-01-01
|
90 |
url: https://web.site/123
|
91 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
92 |
<details>
|
93 |
<summary>A more elaborate example, with a rewrite of the Michigan Wikipedia article to be fake data.</summary>
|
94 |
|
|
|
89 |
date: 2021-01-01
|
90 |
url: https://web.site/123
|
91 |
```
|
92 |
+
|
93 |
+
The prompt itself should still be wrapped in the vicuna1.1 template if you aren't using fastchat with the conv-template vicuna_v1.1 as described. For example, the above prompt, as a standalone, would be:
|
94 |
+
|
95 |
+
```
|
96 |
+
USER:
|
97 |
+
BEGININPUT
|
98 |
+
BEGINCONTEXT
|
99 |
+
date: 2021-01-01
|
100 |
+
url: https://web.site/123
|
101 |
+
ENDCONTEXT
|
102 |
+
In a shocking turn of events, blueberries are now green, but will be sticking with the same name.
|
103 |
+
ENDINPUT
|
104 |
+
BEGININSTRUCTION
|
105 |
+
What color are bluberries? Source?
|
106 |
+
ENDINSTRUCTION
|
107 |
+
<\s>
|
108 |
+
|
109 |
+
ASSISTANT:
|
110 |
+
```
|
111 |
+
|
112 |
<details>
|
113 |
<summary>A more elaborate example, with a rewrite of the Michigan Wikipedia article to be fake data.</summary>
|
114 |
|