Guest User

Gemma 4 Nothink

a guest
Apr 20th, 2026
48
0
139 days
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 5.47 KB | None | 0 0
  1. {
  2.     "instruct": {
  3.         "input_sequence": "<|turn>user\n",
  4.         "output_sequence": "<|turn>model\n",
  5.         "last_output_sequence": "<|turn>model\n<|channel>thought\n\n<channel|>",
  6.         "system_sequence": "",
  7.         "stop_sequence": "<eos>",
  8.         "wrap": false,
  9.         "macro": true,
  10.         "names_behavior": "none",
  11.         "activation_regex": "",
  12.         "first_output_sequence": "",
  13.         "skip_examples": true,
  14.         "output_suffix": "<turn|>\n",
  15.         "input_suffix": "<turn|>\n",
  16.         "system_suffix": "",
  17.         "user_alignment_message": "",
  18.         "system_same_as_user": false,
  19.         "last_system_sequence": "",
  20.         "first_input_sequence": "",
  21.         "last_input_sequence": "<|turn>user\n",
  22.         "sequences_as_stop_strings": true,
  23.         "story_string_prefix": "",
  24.         "story_string_suffix": "",
  25.         "extensions": {},
  26.         "name": "Gemma 4 - NoThink"
  27.     },
  28.     "context": {
  29.         "story_string": "<|turn>system\n<|think|>\n{{#if anchorBefore}}{{anchorBefore}}\n{{/if}}{{#if system}}{{system}}\n{{/if}}{{#if wiBefore}}{{wiBefore}}\n{{/if}}{{#if description}}{{description}}\n{{/if}}{{#if mesExamples}}{{char}}'s example dialogue:\n{{mesExamples}}\n{{/if}}{{#if personality}}{{char}}'s personality: {{personality}}\n{{/if}}{{#if scenario}}Scenario: {{scenario}}\n{{/if}}{{#if wiAfter}}{{wiAfter}}\n{{/if}}{{#if persona}}{{persona}}\n{{/if}}{{#if anchorAfter}}{{anchorAfter}}\n{{/if}}{{trim}}<turn|>",
  30.         "example_separator": "",
  31.         "chat_start": "",
  32.         "use_stop_strings": true,
  33.         "names_as_stop_strings": false,
  34.         "story_string_position": 0,
  35.         "story_string_depth": 1,
  36.         "story_string_role": 0,
  37.         "always_force_name2": false,
  38.         "trim_sentences": true,
  39.         "single_line": false,
  40.         "name": "Gemma 4"
  41.     },
  42.     "preset": {
  43.         "temp": 1,
  44.         "temperature_last": true,
  45.         "top_p": 1,
  46.         "top_k": 0,
  47.         "top_a": 0,
  48.         "tfs": 1,
  49.         "epsilon_cutoff": 0,
  50.         "eta_cutoff": 0,
  51.         "typical_p": 1,
  52.         "min_p": 0.05,
  53.         "rep_pen": 1.05,
  54.         "rep_pen_range": 16384,
  55.         "rep_pen_decay": 0,
  56.         "rep_pen_slope": 1,
  57.         "no_repeat_ngram_size": 0,
  58.         "penalty_alpha": 0,
  59.         "num_beams": 1,
  60.         "length_penalty": 1,
  61.         "min_length": 0,
  62.         "encoder_rep_pen": 1,
  63.         "freq_pen": 0,
  64.         "presence_pen": 0,
  65.         "skew": 0,
  66.         "do_sample": true,
  67.         "early_stopping": false,
  68.         "dynatemp": false,
  69.         "min_temp": 0.6,
  70.         "max_temp": 2,
  71.         "dynatemp_exponent": 1,
  72.         "smoothing_factor": 0,
  73.         "smoothing_curve": 1,
  74.         "dry_allowed_length": 2,
  75.         "dry_multiplier": 0.8,
  76.         "dry_base": 1.75,
  77.         "dry_sequence_breakers": "[\"\\n\", \":\", \"\\\"\", \"*\", \",\", \"<|turn>system\", \"<|turn>user\", \"<|turn>model\", \"<turn|>\", \"<|channel>thought\", \"<channel|>\"]",
  78.         "dry_penalty_last_n": 0,
  79.         "add_bos_token": true,
  80.         "ban_eos_token": false,
  81.         "skip_special_tokens": false,
  82.         "mirostat_mode": 0,
  83.         "mirostat_tau": 5,
  84.         "mirostat_eta": 0.1,
  85.         "guidance_scale": 1,
  86.         "negative_prompt": "",
  87.         "grammar_string": "",
  88.         "json_schema": {},
  89.         "json_schema_allow_empty": false,
  90.         "banned_tokens": "",
  91.         "sampler_priority": [
  92.             "repetition_penalty",
  93.             "presence_penalty",
  94.             "frequency_penalty",
  95.             "dry",
  96.             "top_k",
  97.             "min_p",
  98.             "top_p",
  99.             "top_n_sigma",
  100.             "tfs",
  101.             "typical_p",
  102.             "epsilon_cutoff",
  103.             "eta_cutoff",
  104.             "top_a",
  105.             "mirostat",
  106.             "quadratic_sampling",
  107.             "dynamic_temperature",
  108.             "temperature",
  109.             "xtc",
  110.             "encoder_repetition_penalty",
  111.             "no_repeat_ngram"
  112.         ],
  113.         "samplers": [
  114.             "penalties",
  115.             "dry",
  116.             "top_n_sigma",
  117.             "top_k",
  118.             "typ_p",
  119.             "tfs_z",
  120.             "typical_p",
  121.             "top_p",
  122.             "min_p",
  123.             "adaptive_p",
  124.             "xtc",
  125.             "temperature"
  126.         ],
  127.         "samplers_priorities": [
  128.             "dry",
  129.             "penalties",
  130.             "no_repeat_ngram",
  131.             "temperature",
  132.             "top_nsigma",
  133.             "top_p_top_k",
  134.             "top_a",
  135.             "min_p",
  136.             "tfs",
  137.             "eta_cutoff",
  138.             "epsilon_cutoff",
  139.             "typical_p",
  140.             "quadratic",
  141.             "xtc"
  142.         ],
  143.         "ignore_eos_token": false,
  144.         "spaces_between_special_tokens": true,
  145.         "speculative_ngram": false,
  146.         "sampler_order": [
  147.             6,
  148.             2,
  149.             0,
  150.             1,
  151.             3,
  152.             4,
  153.             5
  154.         ],
  155.         "logit_bias": [],
  156.         "xtc_threshold": 0,
  157.         "xtc_probability": 0,
  158.         "nsigma": 0,
  159.         "min_keep": 0,
  160.         "extensions": {},
  161.         "adaptive_target": -0.01,
  162.         "adaptive_decay": 0.9,
  163.         "rep_pen_size": 0,
  164.         "genamt": 450,
  165.         "max_length": 300032,
  166.         "name": "Gemma 4 - RP (NoThink)"
  167.     },
  168.     "reasoning": {
  169.         "name": "Gemma 4",
  170.         "prefix": "<|channel>thought",
  171.         "suffix": "<channel|>",
  172.         "separator": ""
  173.     },
  174.     "srw": {
  175.         "value": "",
  176.         "show": false
  177.     }
  178. }
Advertisement
Add Comment
Please, Sign In to add comment