Skip to content

Commit 1a0a743

Browse files
authored
Update README.md
1 parent 96ea727 commit 1a0a743

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -190,21 +190,20 @@ In this mode, you can always interrupt generation by pressing Ctrl+C and enter o
190190

191191
Here is an example few-shot interaction, invoked with the command
192192
```
193-
./main -m ./models/13B/ggml-model-q4_0.bin -t 8 --repeat_penalty 1.2 --temp 0.9 --top_p 0.9 -n 256 \
194-
--color -i -r "User:" \
193+
./main -m ./models/13B/ggml-model-q4_0.bin -t 8 -n 256 --repeat_penalty 1.0 --color -i -r "User:" \
195194
-p \
196195
"Transcript of a dialog, where the User interacts with an Assistant named Bob. Bob is helpful, kind, honest, good at writing, and never fails to answer the User's requests immediately and with precision.
197196
198197
User: Hello, Bob.
199198
Bob: Hello. How may I help you today?
200199
User: Please tell me the largest city in Europe.
201-
Bob: Sure. The largest city in Europe is London, the capital of the United Kingdom.
200+
Bob: Sure. The largest city in Europe is Moscow, the capital of Russia.
202201
User:"
202+
203203
```
204204
Note the use of `--color` to distinguish between user input and generated text.
205205

206-
![image](https://user-images.githubusercontent.com/401380/224572787-d418782f-47b2-49c4-a04e-65bfa7ad4ec0.png)
207-
206+
![image](https://user-images.githubusercontent.com/1991296/224575029-2af3c7dc-5a65-4f64-a6bb-517a532aea38.png)
208207

209208
## Limitations
210209

0 commit comments

Comments
 (0)