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>
pull/1145/head^2
AMOGUS 1 year ago committed by AT
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…
Cancel
Save