jondurbin commited on
Commit
705e264
1 Parent(s): e3acba0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -296,6 +296,12 @@ print(tokenizer.apply_chat_template(chat, tokenize=False))
296
  date: 2021-01-01
297
  url: https://web.site/123
298
  ```
 
 
 
 
 
 
299
  </details>
300
 
301
  <details>
 
296
  date: 2021-01-01
297
  url: https://web.site/123
298
  ```
299
+
300
+ You can also add an instruction similar to the following, to have a more deterministic response when the context doesn't provide an answer to the question:
301
+
302
+ ```text
303
+ If you don't know, respond with "IRRELEVANT"
304
+ ```
305
  </details>
306
 
307
  <details>