intervitens commited on
Commit
6cf955b
·
verified ·
1 Parent(s): af06d3e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -4
README.md CHANGED
@@ -19,10 +19,7 @@ This model is the miniature version of [alpindale/magnum-72b-v1](https://hugging
19
  Model has been Instruct tuned with the Mistral formatting. A typical input would look like this:
20
 
21
  ```py
22
- """<s>[INST] Hi there! [/INST]
23
- Nice to meet you!</s>
24
- [INST] Can I ask a question? [/INST]
25
-
26
  """
27
  ```
28
 
 
19
  Model has been Instruct tuned with the Mistral formatting. A typical input would look like this:
20
 
21
  ```py
22
+ """[INST] Hi there! [/INST]Nice to meet you!</s>[INST] Can I ask a question? [/INST]
 
 
 
23
  """
24
  ```
25