You're looking at a specific version of this model. Jump to the model overview.
jaaari /gemma-2-ataraxy-antislop:3f5a1f3a
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
|
20
|
Strength of slop adjustments
|
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
{'title': 'Output', 'type': 'string'}