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

shashwatgokhe /deepcoder-14b:6c28f1b7

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
Input prompt for the DeepCoder model.
max_new_tokens
integer
4096

Min: 1

Max: 64000

Maximum number of new tokens to generate.
temperature
number
0.6

Min: 0.01

Max: 2

Adjusts randomness of outputs. Higher values mean more random.
top_p
number
0.95

Min: 0.01

Max: 1

Sample from the top p probability mass. Lower values ignore less likely tokens.
repetition_penalty
number
1

Min: 0.1

Max: 5

Penalty for repeated words in generated text; 1 is no penalty, values > 1 discourage repetition.

Output schema

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

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