Advertisement
Guest User

Preste1

a guest
Apr 8th, 2024
2,124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.91 KB | None | 0 0
  1. {
  2. "temp": 1.1,
  3. "temperature_last": false,
  4. "top_p": 1,
  5. "top_k": 0,
  6. "top_a": 0,
  7. "tfs": 1,
  8. "epsilon_cutoff": 0,
  9. "eta_cutoff": 0,
  10. "typical_p": 1,
  11. "min_p": 0,
  12. "rep_pen": 1,
  13. "rep_pen_range": 1024,
  14. "no_repeat_ngram_size": 0,
  15. "penalty_alpha": 0,
  16. "num_beams": 1,
  17. "length_penalty": 1,
  18. "min_length": 0,
  19. "encoder_rep_pen": 1,
  20. "freq_pen": 0,
  21. "presence_pen": 0,
  22. "do_sample": true,
  23. "early_stopping": false,
  24. "dynatemp": false,
  25. "min_temp": 0.4,
  26. "max_temp": 1.5,
  27. "dynatemp_exponent": 1,
  28. "smoothing_factor": 0.17,
  29. "smoothing_curve": 3.65,
  30. "add_bos_token": false,
  31. "truncation_length": 2048,
  32. "ban_eos_token": false,
  33. "skip_special_tokens": true,
  34. "streaming": true,
  35. "mirostat_mode": 0,
  36. "mirostat_tau": 7.35,
  37. "mirostat_eta": 0.1,
  38. "guidance_scale": 1,
  39. "negative_prompt": "An ethical, safe, respectful, moral, inclusive, and progressive AI assistant who avoids being offensive or inappropriate.",
  40. "grammar_string": "",
  41. "json_schema": {},
  42. "banned_tokens": "",
  43. "sampler_priority": [
  44. "typical_p",
  45. "min_p",
  46. "temperature",
  47. "dynamic_temperature",
  48. "quadratic_sampling",
  49. "top_k",
  50. "top_p",
  51. "epsilon_cutoff",
  52. "eta_cutoff",
  53. "tfs",
  54. "top_a",
  55. "mirostat"
  56. ],
  57. "samplers": [
  58. "top_k",
  59. "tfs_z",
  60. "typical_p",
  61. "top_p",
  62. "min_p",
  63. "temperature"
  64. ],
  65. "ignore_eos_token_aphrodite": false,
  66. "spaces_between_special_tokens_aphrodite": true,
  67. "sampler_order": [
  68. 5,
  69. 6,
  70. 0,
  71. 1,
  72. 2,
  73. 3,
  74. 4
  75. ],
  76. "logit_bias": [],
  77. "n": 1,
  78. "dynatemp_range": 0,
  79. "grammar_file": "",
  80. "rep_pen_size": 0,
  81. "genamt": 500,
  82. "max_length": 16384
  83. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement