jondurbin commited on
Commit
65fb081
1 Parent(s): bec0647

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -68,6 +68,8 @@ BEGININSTRUCTION
68
  ENDINSTRUCTION
69
  ```
70
 
 
 
71
  I know it's a bit verbose and annoying, but after much trial and error, using these explicit delimiters helps the model understand where to find the responses and how to associate specific sources with it.
72
  - `BEGININPUT` - denotes a new input block
73
  - `BEGINCONTEXT` - denotes the block of context (metadata key/value pairs) to associate with the current input block
 
68
  ENDINSTRUCTION
69
  ```
70
 
71
+ *The __only__ prompts that need this closed context formating are closed-context instructions. Normal questions/instructions do not!*
72
+
73
  I know it's a bit verbose and annoying, but after much trial and error, using these explicit delimiters helps the model understand where to find the responses and how to associate specific sources with it.
74
  - `BEGININPUT` - denotes a new input block
75
  - `BEGINCONTEXT` - denotes the block of context (metadata key/value pairs) to associate with the current input block