Decrease max length for Novel presets

This commit is contained in:
Cohee 2023-08-16 21:46:58 +03:00
parent 1f2394cada
commit e19feddb29
15 changed files with 16 additions and 16 deletions

View File

@ -1,7 +1,7 @@
{ {
"order": [5, 0, 1, 3], "order": [5, 0, 1, 3],
"temperature": 1.16, "temperature": 1.16,
"max_length": 300, "max_length": 150,
"min_length": 1, "min_length": 1,
"top_k": 175, "top_k": 175,
"typical_p": 0.96, "typical_p": 0.96,

View File

@ -1,7 +1,7 @@
{ {
"order": [6, 0, 1, 2, 3], "order": [6, 0, 1, 2, 3],
"temperature": 1, "temperature": 1,
"max_length": 300, "max_length": 150,
"min_length": 1, "min_length": 1,
"top_k": 25, "top_k": 25,
"top_p": 1, "top_p": 1,

View File

@ -1,7 +1,7 @@
{ {
"order": [6, 2, 3, 1, 0], "order": [6, 2, 3, 1, 0],
"temperature": 1, "temperature": 1,
"max_length": 300, "max_length": 150,
"min_length": 1, "min_length": 1,
"top_k": 0, "top_k": 0,
"top_p": 0.96, "top_p": 0.96,

View File

@ -1,7 +1,7 @@
{ {
"order": [2, 3, 0, 4, 1], "order": [2, 3, 0, 4, 1],
"temperature": 1.35, "temperature": 1.35,
"max_length": 300, "max_length": 150,
"min_length": 1, "min_length": 1,
"top_k": 15, "top_k": 15,
"top_p": 0.85, "top_p": 0.85,

View File

@ -1,7 +1,7 @@
{ {
"order": [8, 6, 5, 0, 3], "order": [8, 6, 5, 0, 3],
"temperature": 0.9, "temperature": 0.9,
"max_length": 300, "max_length": 150,
"min_length": 1, "min_length": 1,
"typical_p": 0.95, "typical_p": 0.95,
"tail_free_sampling": 0.92, "tail_free_sampling": 0.92,
@ -17,4 +17,4 @@
"phrase_rep_pen": "off", "phrase_rep_pen": "off",
"cfg_scale": 1.48, "cfg_scale": 1.48,
"max_context": 7800 "max_context": 7800
} }

View File

@ -1,7 +1,7 @@
{ {
"order": [4, 0, 5, 3, 2], "order": [4, 0, 5, 3, 2],
"temperature": 1.09, "temperature": 1.09,
"max_length": 300, "max_length": 150,
"min_length": 1, "min_length": 1,
"top_p": 0.969, "top_p": 0.969,
"top_a": 0.09, "top_a": 0.09,

View File

@ -1,7 +1,7 @@
{ {
"order": [0, 1, 2, 3], "order": [0, 1, 2, 3],
"temperature": 1, "temperature": 1,
"max_length": 300, "max_length": 150,
"min_length": 1, "min_length": 1,
"top_k": 25, "top_k": 25,
"top_p": 1, "top_p": 1,

View File

@ -1,7 +1,7 @@
{ {
"order": [6, 0, 8, 5, 3], "order": [6, 0, 8, 5, 3],
"temperature": 1.5, "temperature": 1.5,
"max_length": 300, "max_length": 150,
"min_length": 1, "min_length": 1,
"typical_p": 0.95, "typical_p": 0.95,
"tail_free_sampling": 0.95, "tail_free_sampling": 0.95,

View File

@ -1,7 +1,7 @@
{ {
"order": [6, 0, 4, 1, 2, 5, 3], "order": [6, 0, 4, 1, 2, 5, 3],
"temperature": 1.31, "temperature": 1.31,
"max_length": 300, "max_length": 150,
"min_length": 1, "min_length": 1,
"top_k": 25, "top_k": 25,
"top_p": 0.97, "top_p": 0.97,

View File

@ -1,7 +1,7 @@
{ {
"order": [3, 4, 5, 0], "order": [3, 4, 5, 0],
"temperature": 1.06, "temperature": 1.06,
"max_length": 300, "max_length": 150,
"min_length": 1, "min_length": 1,
"top_a": 0.146, "top_a": 0.146,
"typical_p": 0.976, "typical_p": 0.976,

View File

@ -1,7 +1,7 @@
{ {
"order": [3, 0, 5], "order": [3, 0, 5],
"temperature": 2.5, "temperature": 2.5,
"max_length": 300, "max_length": 150,
"min_length": 1, "min_length": 1,
"typical_p": 0.969, "typical_p": 0.969,
"tail_free_sampling": 0.941, "tail_free_sampling": 0.941,

View File

@ -1,7 +1,7 @@
{ {
"order": [1, 5, 0, 2, 3, 4], "order": [1, 5, 0, 2, 3, 4],
"temperature": 1.5, "temperature": 1.5,
"max_length": 300, "max_length": 150,
"min_length": 1, "min_length": 1,
"top_k": 10, "top_k": 10,
"top_p": 0.75, "top_p": 0.75,

View File

@ -1,7 +1,7 @@
{ {
"order": [5, 0, 4], "order": [5, 0, 4],
"temperature": 1, "temperature": 1,
"max_length": 300, "max_length": 150,
"min_length": 1, "min_length": 1,
"top_a": 0.017, "top_a": 0.017,
"typical_p": 0.975, "typical_p": 0.975,

View File

@ -1,7 +1,7 @@
{ {
"order": [6, 0, 5], "order": [6, 0, 5],
"temperature": 0.895, "temperature": 0.895,
"max_length": 300, "max_length": 150,
"min_length": 1, "min_length": 1,
"typical_p": 0.9, "typical_p": 0.9,
"repetition_penalty": 2, "repetition_penalty": 2,

View File

@ -1,7 +1,7 @@
{ {
"order": [8, 0, 5, 3, 2, 4], "order": [8, 0, 5, 3, 2, 4],
"temperature": 1.5, "temperature": 1.5,
"max_length": 300, "max_length": 150,
"min_length": 1, "min_length": 1,
"top_a": 0.02, "top_a": 0.02,
"top_p": 0.95, "top_p": 0.95,