From 08a25d2fbf53dce5b25e90a49593cb1b1cbe750a Mon Sep 17 00:00:00 2001 From: Sanskar Tiwari Date: Mon, 15 May 2023 23:23:53 +0530 Subject: [PATCH] add llama-precise settings --- public/TextGen Settings/LLaMa-Precise.settings | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 public/TextGen Settings/LLaMa-Precise.settings diff --git a/public/TextGen Settings/LLaMa-Precise.settings b/public/TextGen Settings/LLaMa-Precise.settings new file mode 100644 index 000000000..1eedb3d74 --- /dev/null +++ b/public/TextGen Settings/LLaMa-Precise.settings @@ -0,0 +1,15 @@ +{ + "temp": 0.7, + "top_p": 0.1, + "top_k": 40, + "typical_p": 1, + "rep_pen": 1.18, + "no_repeat_ngram_size": 0, + "penalty_alpha": 0, + "num_beams": 1, + "length_penalty": 1, + "min_length": 200, + "encoder_rep_pen": 1, + "do_sample": true, + "early_stopping": false +} \ No newline at end of file