LVouk commited on
Commit
a21172a
1 Parent(s): 3aa342f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -86,7 +86,7 @@ outputs = model.generate(input_prompt['input_ids'], max_new_tokens=256, do_sampl
86
  print(tokenizer.batch_decode(outputs)[0])
87
  ```
88
 
89
- Please make sure that the BOS token is always included in the tokenized prompts. This is not standard procedure for all evaluation or fine-tuning frameworks.
90
 
91
  # Evaluation
92
 
 
86
  print(tokenizer.batch_decode(outputs)[0])
87
  ```
88
 
89
+ Please make sure that the BOS token is always included in the tokenized prompts. This might not be the default setting in all evaluation or fine-tuning frameworks.
90
 
91
  # Evaluation
92