Remove og Universal presets

This commit is contained in:
kalomaze 2023-11-30 14:54:16 -06:00
parent 6b46646f90
commit 84f64049c2
2 changed files with 0 additions and 81 deletions

View File

@ -1,28 +0,0 @@
{
"temp": 1.5,
"rep_pen": 1,
"rep_pen_range": 2048,
"top_p": 1,
"min_p": 0.1,
"top_a": 0,
"top_k": 0,
"typical": 1,
"tfs": 1,
"rep_pen_slope": 1,
"sampler_order": [
6,
0,
1,
3,
4,
2,
5
],
"mirostat": 0,
"mirostat_tau": 0,
"mirostat_eta": 1,
"use_default_badwordsids": false,
"grammar": "",
"genamt": 512,
"max_length": 8192
}

View File

@ -1,53 +0,0 @@
{
"temp": 1.5,
"temperature_last": true,
"top_p": 1,
"top_k": 0,
"top_a": 0,
"tfs": 1,
"epsilon_cutoff": 0,
"eta_cutoff": 0,
"typical_p": 1,
"min_p": 0.1,
"rep_pen": 1,
"rep_pen_range": 2048,
"no_repeat_ngram_size": 0,
"penalty_alpha": 0,
"num_beams": 1,
"length_penalty": 1,
"min_length": 0,
"encoder_rep_pen": 1,
"freq_pen": 0,
"presence_pen": 0,
"do_sample": true,
"early_stopping": false,
"add_bos_token": true,
"truncation_length": 2048,
"ban_eos_token": false,
"skip_special_tokens": false,
"streaming": true,
"mirostat_mode": 0,
"mirostat_tau": 5,
"mirostat_eta": 0.1,
"guidance_scale": 1,
"negative_prompt": "",
"grammar_string": "",
"banned_tokens": "",
"ignore_eos_token_aphrodite": false,
"spaces_between_special_tokens_aphrodite": true,
"type": "ooba",
"legacy_api": false,
"sampler_order": [
6,
0,
1,
3,
4,
2,
5
],
"grammar_file": "",
"rep_pen_size": 0,
"genamt": 512,
"max_length": 8192
}