add llama-precise settings

This commit is contained in:
Sanskar Tiwari
2023-05-15 23:23:53 +05:30
parent d01bee97ad
commit 08a25d2fbf

View File

@ -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
}