From 9dabc9066b4cffcbc7fe2aa007d82ac90d12f42e Mon Sep 17 00:00:00 2001 From: kalomaze <66376113+kalomaze@users.noreply.github.com> Date: Thu, 7 Dec 2023 15:06:35 -0600 Subject: [PATCH 1/2] Set a more typical Top P setting as the default --- examples/server/public/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/server/public/index.html b/examples/server/public/index.html index 175c52478918a..d3a2eda9d4a19 100644 --- a/examples/server/public/index.html +++ b/examples/server/public/index.html @@ -223,7 +223,7 @@ repeat_last_n: 256, // 0 = disable penalty, -1 = context size repeat_penalty: 1.18, // 1.0 = disabled top_k: 40, // <= 0 to use vocab size - top_p: 0.5, // 1.0 = disabled + top_p: 0.95, // 1.0 = disabled min_p: 0.05, // 0 = disabled tfs_z: 1.0, // 1.0 = disabled typical_p: 1.0, // 1.0 = disabled From 4c321179941f3d90d6ae694a4bd9a4d153533757 Mon Sep 17 00:00:00 2001 From: kalomaze <66376113+kalomaze@users.noreply.github.com> Date: Thu, 7 Dec 2023 17:05:27 -0600 Subject: [PATCH 2/2] Update temp max --- examples/server/public/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/server/public/index.html b/examples/server/public/index.html index d3a2eda9d4a19..96b15aa848e05 100644 --- a/examples/server/public/index.html +++ b/examples/server/public/index.html @@ -762,7 +762,7 @@