ccore commited on
Commit
93d7855
1 Parent(s): 81ec616

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -2,6 +2,6 @@
2
  license: gpl-3.0
3
  ---
4
 
5
- ./gpt-2 -m ggml-model.bin -p "prompt" -n 1000 --top_p 1
6
 
7
  GGML model - more information about framework - https://github.com/ggerganov/ggml/tree/master/examples/gpt-2
 
2
  license: gpl-3.0
3
  ---
4
 
5
+ ./gpt-2 -m ggml-model.bin -p "[INSTRUCTION] your prompt [RESPONSE]" -n 1000 --top_p 1
6
 
7
  GGML model - more information about framework - https://github.com/ggerganov/ggml/tree/master/examples/gpt-2