jaaari / gemma-2-ataraxy-antislop

  • Public
  • 9 runs

Run jaaari/gemma-2-ataraxy-antislop with an API

Use one of our client libraries to get started quickly. Clicking on a library will take you to the Playground tab where you can tweak different inputs, see the results, and copy the corresponding code to use in your own project.

Input schema

The fields you can use to run this model with an API. If you don't give a value for a field its default value will be used.

Field Type Default value Description
prompt
string
Text prompt to generate completion for
max_new_tokens
integer
512

Min: 1

Max: 2048

Maximum number of tokens to generate
temperature
number
0.7

Min: 0.1

Max: 2

Sampling temperature; higher values make output more random, lower values more deterministic
top_p
number
0.9

Max: 1

Nucleus sampling probability threshold
top_k
integer
50
Top-k sampling threshold
min_p
number
0.05

Max: 1

Minimum probability threshold for sampling
slop_phrases
array
List of [phrase, adjustment] pairs for slop control. Example: [["a testament to", "0.3"], ["tapestry of", "0.1"]]
adjustment_strength
number
100
Strength of the slop adjustments (0 to disable, 100+ for strong effect)
antislop_enabled
boolean
True
Enable AntiSlop functionality
enforce_json
boolean
False
Enforce JSON formatting in output
regex_bans
array
List of regex patterns to ban in generation

Output schema

The shape of the response you’ll get when you run this model with an API.

Schema
{
  "type": "string",
  "title": "Output"
}