Advertisement
Guest User

St settings

a guest
Apr 10th, 2025
414
1
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.61 KB | None | 1 0
  1. {
  2. "instruct": {
  3. "input_sequence": "<|im_start|>user",
  4. "output_sequence": "<|im_start|>assistant",
  5. "last_output_sequence": "",
  6. "system_sequence": "<|im_start|>system",
  7. "stop_sequence": "<|im_end|>",
  8. "wrap": true,
  9. "macro": true,
  10. "names_behavior": "always",
  11. "activation_regex": "",
  12. "system_sequence_prefix": "",
  13. "system_sequence_suffix": "",
  14. "first_output_sequence": "",
  15. "skip_examples": false,
  16. "output_suffix": "<|im_end|>\n",
  17. "input_suffix": "<|im_end|>\n",
  18. "system_suffix": "<|im_end|>\n",
  19. "user_alignment_message": "",
  20. "system_same_as_user": false,
  21. "last_system_sequence": "",
  22. "first_input_sequence": "",
  23. "last_input_sequence": "",
  24. "names_force_groups": true,
  25. "name": "ChatML"
  26. },
  27. "context": {
  28. "story_string": "<|im_start|>system\n{{#if system}}{{system}}\n{{/if}}{{#if wiBefore}}{{wiBefore}}\n{{/if}}{{#if description}}{{description}}\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}}{{trim}}<|im_end|>",
  29. "example_separator": "",
  30. "chat_start": "",
  31. "use_stop_strings": false,
  32. "allow_jailbreak": false,
  33. "names_as_stop_strings": true,
  34. "always_force_name2": true,
  35. "trim_sentences": true,
  36. "single_line": false,
  37. "name": "ChatML"
  38. },
  39. "preset": {
  40. "temp": 0.8,
  41. "temperature_last": false,
  42. "top_p": 0.95,
  43. "top_k": 0,
  44. "top_a": 0,
  45. "tfs": 1,
  46. "epsilon_cutoff": 0,
  47. "eta_cutoff": 0,
  48. "typical_p": 1,
  49. "min_p": 0.05,
  50. "rep_pen": 1.06,
  51. "rep_pen_range": 204800,
  52. "rep_pen_decay": 0,
  53. "rep_pen_slope": 1,
  54. "no_repeat_ngram_size": 0,
  55. "penalty_alpha": 0,
  56. "num_beams": 1,
  57. "length_penalty": 1,
  58. "min_length": 0,
  59. "encoder_rep_pen": 1,
  60. "freq_pen": 0,
  61. "presence_pen": 0,
  62. "skew": 0,
  63. "do_sample": true,
  64. "early_stopping": false,
  65. "dynatemp": false,
  66. "min_temp": 0.7,
  67. "max_temp": 1,
  68. "dynatemp_exponent": 1,
  69. "smoothing_factor": 0,
  70. "smoothing_curve": 1,
  71. "dry_allowed_length": 2,
  72. "dry_multiplier": 0.8,
  73. "dry_base": 1.75,
  74. "dry_sequence_breakers": "[\"\\n\", \":\", \"\\\"\", \"*\"]",
  75. "dry_penalty_last_n": 204800,
  76. "add_bos_token": true,
  77. "ban_eos_token": false,
  78. "skip_special_tokens": false,
  79. "mirostat_mode": 0,
  80. "mirostat_tau": 5,
  81. "mirostat_eta": 0.1,
  82. "guidance_scale": 1,
  83. "negative_prompt": "",
  84. "grammar_string": "",
  85. "json_schema": {},
  86. "banned_tokens": "",
  87. "sampler_priority": [
  88. "repetition_penalty",
  89. "presence_penalty",
  90. "frequency_penalty",
  91. "dry",
  92. "temperature",
  93. "dynamic_temperature",
  94. "quadratic_sampling",
  95. "top_k",
  96. "top_p",
  97. "typical_p",
  98. "epsilon_cutoff",
  99. "eta_cutoff",
  100. "tfs",
  101. "top_a",
  102. "min_p",
  103. "mirostat",
  104. "xtc",
  105. "encoder_repetition_penalty",
  106. "no_repeat_ngram"
  107. ],
  108. "samplers": [
  109. "dry",
  110. "top_k",
  111. "tfs_z",
  112. "typical_p",
  113. "top_p",
  114. "min_p",
  115. "xtc",
  116. "temperature"
  117. ],
  118. "samplers_priorities": [
  119. "dry",
  120. "penalties",
  121. "no_repeat_ngram",
  122. "temperature",
  123. "top_nsigma",
  124. "top_p_top_k",
  125. "top_a",
  126. "min_p",
  127. "tfs",
  128. "eta_cutoff",
  129. "epsilon_cutoff",
  130. "typical_p",
  131. "quadratic",
  132. "xtc"
  133. ],
  134. "ignore_eos_token": false,
  135. "spaces_between_special_tokens": true,
  136. "speculative_ngram": false,
  137. "sampler_order": [
  138. 6,
  139. 0,
  140. 1,
  141. 3,
  142. 4,
  143. 2,
  144. 5
  145. ],
  146. "logit_bias": [],
  147. "xtc_threshold": 0.2,
  148. "xtc_probability": 0,
  149. "nsigma": 0,
  150. "rep_pen_size": 0,
  151. "genamt": 100,
  152. "max_length": 32768,
  153. "name": "T-GryphePantheon-RP-1.8-24b-Small-3.1"
  154. }
  155. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement