intervitens
commited on
Update README.md
Browse files
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 |
-
"""
|
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 |
|