Update README.md
Browse files
README.md
CHANGED
@@ -111,9 +111,7 @@ print(tokenizer.decode(input_ids[0]))
|
|
111 |
<summary>Prompt</summary>
|
112 |
|
113 |
```python
|
114 |
-
""
|
115 |
-
<s> [INST] Tell me a recipe for a mai tai. [/INST]
|
116 |
-
"""
|
117 |
```
|
118 |
|
119 |
</details>
|
|
|
111 |
<summary>Prompt</summary>
|
112 |
|
113 |
```python
|
114 |
+
"<s> [INST] Tell me a recipe for a mai tai. [/INST]"
|
|
|
|
|
115 |
```
|
116 |
|
117 |
</details>
|