You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -786,7 +786,7 @@ And after 4.45 hours, you will have the final perplexity.
786
786
### Interactive mode
787
787
788
788
If you want a more ChatGPT-like experience, you can run in interactive mode by passing `-i` as a parameter.
789
-
In this mode, you can always interrupt generation by pressing Ctrl+C and entering one or more lines of text, which will be converted into tokens and appended to the current context. You can also specify a *reverse prompt* with the parameter `-r "reverse prompt string"`. This will result in user input being prompted whenever the exact tokens of the reverse prompt string are encountered in the generation. A typical use is to use a prompt that makes LLaMa emulate a chat between multiple users, say Alice and Bob, and pass `-r "Alice:"`.
789
+
In this mode, you can always interrupt generation by pressing Ctrl+C and entering one or more lines of text, which will be converted into tokens and appended to the current context. You can also specify a *reverse prompt* with the parameter `-r "reverse prompt string"`. This will result in user input being prompted whenever the exact tokens of the reverse prompt string are encountered in the generation. A typical use is to use a prompt that makes LLaMA emulate a chat between multiple users, say Alice and Bob, and pass `-r "Alice:"`.
790
790
791
791
Here is an example of a few-shot interaction, invoked with the command
792
792
@@ -850,7 +850,7 @@ Sample run:
850
850
```
851
851
== Running in interactive mode. ==
852
852
- Press Ctrl+C to interject at any time.
853
-
- Press Return to return control to LLaMa.
853
+
- Press Return to return control to LLaMA.
854
854
- If you want to submit another line, end your input in'\'.
855
855
856
856
Below is an instruction that describes a task. Write a response that appropriately completes the request.
0 commit comments