From 5ee376c580e8c2cf2e3b34e1822c43e6754b2649 Mon Sep 17 00:00:00 2001 From: rohvani <3782201+rohvani@users.noreply.github.com> Date: Thu, 9 Mar 2023 18:31:41 -0800 Subject: [PATCH] add LLaMA preset --- presets/LLaMA-Default.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 presets/LLaMA-Default.txt diff --git a/presets/LLaMA-Default.txt b/presets/LLaMA-Default.txt new file mode 100644 index 0000000..3df8209 --- /dev/null +++ b/presets/LLaMA-Default.txt @@ -0,0 +1,12 @@ +do_sample=False +temperature=0.7 +top_p=0 +typical_p=1 +repetition_penalty=1.15 +top_k=40 +num_beams=1 +penalty_alpha=0 +min_length=0 +length_penalty=1 +no_repeat_ngram_size=0 +early_stopping=True