Text Generation
Transformers
PyTorch
Safetensors
English
stripedhyena
custom_code
Zymrael commited on
Commit
014a673
1 Parent(s): fd3ae29

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -5
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 ChatML as the prompt format:
34
 
35
  ```
36
- <|im_start|>user
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