Update README.md
Browse files
README.md
CHANGED
|
@@ -30,13 +30,10 @@ StripedHyena is a hybrid architecture composed of multi-head, grouped-query atte
|
|
| 30 |
|
| 31 |
### Prompt Format
|
| 32 |
|
| 33 |
-
StripedHyena-Nous 7B uses
|
| 34 |
|
| 35 |
```
|
| 36 |
-
|
| 37 |
-
Hello!<|im_end|>
|
| 38 |
-
<|im_start|>assistant
|
| 39 |
-
Hi there!<|im_end|>
|
| 40 |
```
|
| 41 |
|
| 42 |
### Disclaimer
|
|
|
|
| 30 |
|
| 31 |
### Prompt Format
|
| 32 |
|
| 33 |
+
StripedHyena-Nous 7B uses this prompt format:
|
| 34 |
|
| 35 |
```
|
| 36 |
+
### Instruction:\n{prompt}\n\n### Response:\n{response}
|
|
|
|
|
|
|
|
|
|
| 37 |
```
|
| 38 |
|
| 39 |
### Disclaimer
|