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

01-ai /yi-34b-chat:914692bb

Input

*string
Shift + Return to add a new line
integer

The maximum number of tokens the model should generate as output.

Default: 1024

number

The value used to modulate the next token probabilities.

Default: 0.3

number

A probability threshold for generating the output. If < 1.0, only keep the top tokens with cumulative probability >= top_p (nucleus filtering). Nucleus filtering is described in Holtzman et al. (http://arxiv.org/abs/1904.09751).

Default: 0.8

integer

The number of highest probability tokens to consider for generating the output. If > 0, only keep the top k tokens with highest probability (top-k filtering).

Default: 50

number

Repetition penalty

Default: 1.2

string
Shift + Return to add a new line

The template used to format the prompt. The input prompt is inserted into the template using the `{prompt}` placeholder.

Default: "<|im_start|>system\nYou are a helpful assistant<|im_end|>\n<|im_start|>user\n{prompt}<|im_end|>\n<|im_start|>assistant\n"

Output

No output yet! Press "Submit" to start a prediction.