LLukas22 commited on
Commit
be7ffa4
·
1 Parent(s): 299cceb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -22,7 +22,7 @@ hf_hub_download(repo_id="LLukas22/gpt4all-lora-quantized-ggjt", filename="ggjt-m
22
  model = Model(ggml_model="ggjt-model.bin", n_ctx=2000)
23
 
24
  #Generate
25
- prompt="The meaning of life is"
26
 
27
  result=model.generate(prompt,n_predict=50)
28
  ```
 
22
  model = Model(ggml_model="ggjt-model.bin", n_ctx=2000)
23
 
24
  #Generate
25
+ prompt="User: How are you doing?\nBot:"
26
 
27
  result=model.generate(prompt,n_predict=50)
28
  ```