pszemraj commited on
Commit
9ad3d13
1 Parent(s): 298964b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -19,4 +19,4 @@ The dataset was tokenized and fed to the model as a conversation between two spe
19
  ## examples
20
 
21
  - the default inference API examples should work _okay_
22
- - an ideal test would be explicitly adding `person beta` to the **end** of the prompt text. That way, the model is forced to respond to instead of adding to the entered prompt.
 
19
  ## examples
20
 
21
  - the default inference API examples should work _okay_
22
+ - an ideal test would be explicitly adding `person beta` to the **end** of the prompt text. The model is forced to respond to the entered chat prompt instead of adding to the entered prompt and then responding to that (which may cut off the response text due to the Inference API limits).