mirror of
https://github.com/nomic-ai/gpt4all
synced 2024-11-08 07:10:32 +00:00
Change the example CLI prompt to something more appropriate, as this is not a Llama model! :)
This commit is contained in:
parent
16f6b04a47
commit
7215b9f3fb
@ -65,7 +65,7 @@ cmake --build . --parallel
|
|||||||
wget https://gpt4all.io/models/ggml-gpt4all-j.bin # Download GGML model if required
|
wget https://gpt4all.io/models/ggml-gpt4all-j.bin # Download GGML model if required
|
||||||
./bin/gpt-j -m ggml-gpt4all-j.bin -n 200 --top_k 40 --top_p 0.9 -b 9 --temp 0.9 -p "Below is an instruction that describes a task. Write a response that appropriately completes the request.
|
./bin/gpt-j -m ggml-gpt4all-j.bin -n 200 --top_k 40 --top_p 0.9 -b 9 --temp 0.9 -p "Below is an instruction that describes a task. Write a response that appropriately completes the request.
|
||||||
### Instruction:
|
### Instruction:
|
||||||
Write a story about llamas
|
Tell me about artifical intelligence
|
||||||
### Response:"
|
### Response:"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user