hamel commited on
Commit
121c728
·
1 Parent(s): 155a31c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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):