You're looking at a specific version of this model. Jump to the model overview.

lucataco /instruct-glaive:fa7da7ab

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
// javascript function that returns the meaning of life
Text prompt
max_length
integer
500
Maximum number of tokens to generate. A word is generally 2-3 tokens (minimum: 1)
temperature
number
0.75
For this model, 0.25 is a good starting value. (minimum: 0.01; maximum: 5)
top_p
number
0.95
When decoding text, samples from the top p percentage of most likely tokens; lower to ignore less likely tokens (minimum: 0.01; maximum: 1)
top_k
integer
4
When decoding text, samples from the top k tokens; lower to ignore less likely tokens. Defaults to 0 (no top-k sampling)

Output schema

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

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