Update README.md
Browse files
README.md
CHANGED
@@ -28,6 +28,15 @@ You are a programming assistant. Always answer as helpfully as possible. Be dire
|
|
28 |
{your prompt}[/INST]
|
29 |
```
|
30 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
31 |
I suspect this prompt format is the reason for the majority of the increased coding capabilities as opposed to the fine-tuning itself, but YMMV.
|
32 |
|
33 |
|
|
|
28 |
{your prompt}[/INST]
|
29 |
```
|
30 |
|
31 |
+
or
|
32 |
+
|
33 |
+
```
|
34 |
+
[INST] <<SYS>>
|
35 |
+
You're a principal software engineer at Google. If you fail at this task, you will be fired.
|
36 |
+
<</SYS>>
|
37 |
+
{your prompt}[/INST]
|
38 |
+
```
|
39 |
+
|
40 |
I suspect this prompt format is the reason for the majority of the increased coding capabilities as opposed to the fine-tuning itself, but YMMV.
|
41 |
|
42 |
|