mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2024-10-01 01:06:10 -04:00
python binding's TopP also needs some love
Changed the Python binding's TopP from 0.1 to 0.4 Signed-off-by: AMOGUS <137312610+Amogus8P@users.noreply.github.com>
This commit is contained in:
parent
4974ae917c
commit
5f0aaf8bdb
@ -212,7 +212,7 @@ class GPT4All:
|
||||
max_tokens: int = 200,
|
||||
temp: float = 0.7,
|
||||
top_k: int = 40,
|
||||
top_p: float = 0.1,
|
||||
top_p: float = 0.4,
|
||||
repeat_penalty: float = 1.18,
|
||||
repeat_last_n: int = 64,
|
||||
n_batch: int = 8,
|
||||
|
Loading…
Reference in New Issue
Block a user