Update README.md
Browse files
README.md
CHANGED
@@ -30,7 +30,7 @@ tokenizer = AutoTokenizer.from_pretrained(model_id)
|
|
30 |
tokenizer.pad_token = tokenizer.eos_token
|
31 |
```
|
32 |
|
33 |
-
Next define a function that can help you with the prompt (alpaca style)
|
34 |
|
35 |
```python
|
36 |
def prompt(nlq, cols):
|
|
|
30 |
tokenizer.pad_token = tokenizer.eos_token
|
31 |
```
|
32 |
|
33 |
+
Next, define a function that can help you with the prompt (alpaca style). **It is important that you follow this prompt exactly, because this is how the model was trained.**
|
34 |
|
35 |
```python
|
36 |
def prompt(nlq, cols):
|