Update README.md

main
randaller 3 years ago committed by GitHub
parent d4e196e6b4
commit 82dd63655b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -94,6 +94,8 @@ top_k: int = 40,
sampler: str = 'top_k',
```
For sure, you may play with top_k value to get slightly different outputs.
### Enable multi-line answers
If you wish to stop generation not by "\n" sign, but by another signature, like "User:" (which is also good idea), or any other, make the following modification in the llama/generation.py:

Loading…
Cancel
Save