Update README.md
Browse files
README.md
CHANGED
|
@@ -54,8 +54,15 @@ dtype: bfloat16
|
|
| 54 |
|
| 55 |
```
|
| 56 |
|
| 57 |
-
|
| 58 |
-
|
| 59 |
-
|
| 60 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 61 |
```
|
|
|
|
| 54 |
|
| 55 |
```
|
| 56 |
|
| 57 |
+
### Prompt Format (Alpaca):
|
| 58 |
+
```bash
|
| 59 |
+
Below is an instruction that describes a task. Write a response that appropriately completes the request.
|
| 60 |
+
|
| 61 |
+
### Instruction:
|
| 62 |
+
{system}
|
| 63 |
+
|
| 64 |
+
### Instruction:
|
| 65 |
+
{prompt}
|
| 66 |
+
### Response:
|
| 67 |
+
{output}
|
| 68 |
```
|