Update README.md
Browse files
README.md
CHANGED
@@ -71,7 +71,7 @@ The model uses the same chat template as found in Mistral instruct models:
|
|
71 |
|
72 |
```python
|
73 |
text = "<|endoftext|>[INST] What is your favourite condiment? [/INST]"
|
74 |
-
"Well, I'm quite partial to a good squeeze of fresh lemon juice. It adds just the right amount of zesty flavour to whatever I'm cooking up in the kitchen
|
75 |
"[INST] Do you have mayonnaise recipes? [/INST]"
|
76 |
```
|
77 |
|
|
|
71 |
|
72 |
```python
|
73 |
text = "<|endoftext|>[INST] What is your favourite condiment? [/INST]"
|
74 |
+
"Well, I'm quite partial to a good squeeze of fresh lemon juice. It adds just the right amount of zesty flavour to whatever I'm cooking up in the kitchen!<|endoftext|> "
|
75 |
"[INST] Do you have mayonnaise recipes? [/INST]"
|
76 |
```
|
77 |
|