Tip to overturn stupidity and censorship.

#1
by Ainonake - opened

Magnums are a beasts, as always. I like this model more than 27b one honestly.

Those settings (mainly XTC sampler) force model to go wild and impress.

Everything neutralized.
Temp: 1.6
Min-P: 0.2
XTC Threshold: 0.1
XTC Probability: 0.5
DRY Repetition Penalty Multiplier: 0.8

Don't forget to put funny stuff in system prompt.

Thanks the team for this models, as always!

how to achieve this with just the chat completion params :
{"response_config": null,
"model": "mytholite",
"n": 1,
"max_tokens": 20,
"min_tokens": 10,
"temperature": 1,
"dynatemp_mode": 0,
"dynatemp_min": 1,
"dynatemp_max": 1,
"dynatemp_exponent": 1,
"repetition_penalty": 1,
"presence_penalty": 0,
"frequency_penalty": 0,
"top_k": 0,
"epsilon_cutoff": 0,
"min_p": 0,
"top_a": 0,
"top_p": 1,
"typical_p": 1,
"eta_cutoff": 0,
"tfs": 1,
"smoothing_factor": 0,
"smoothing_curve": 1,
"logit_bias": null,
"ignore_eos": false,
"stop": [],
"custom_token_bans": [],
"stream": false,
"custom_timeout": null,
"allow_logging": null,
"logprobs": false,
"top_logprobs": null}

Sign up or log in to comment