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

peter65374 /openbuddy-mistral-7b:8199f01f

Input

*string
Shift + Return to add a new line
integer
(minimum: 1, maximum: 3500)

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.7

number
(minimum: 0.01, maximum: 1)

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.95

integer
(minimum: 1, maximum: 100)

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: 40

boolean

Whether or not to use sampling ; use greedy decoding otherwise.

Default: true

integer
(minimum: 1, maximum: 10)

Number of beams for beam search. 1 means no beam search.

Default: 1

number
(minimum: 0.01, maximum: 5)

Repetition penalty, (float, *optional*, defaults to 1.0): The parameter for repetition penalty. 1.0 means no penalty. values greater than 1 discourage repetition, less than 1 encourage it. See [this paper](https://arxiv.org/pdf/1909.05858.pdf) for more details.

Default: 1

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: "You are a helpful high school Math tutor. If you don't know the answer to a question, please don't share false information. You can speak fluently in many languages.\nUser: Hi\nAssistant: Hello, how can I help you?</s>\nUser: {prompt}\nAssistant:"

boolean

Whether to pad the left side of the prompt with eos token.

Default: true

string
Shift + Return to add a new line

A comma-separated list of sequences to stop generation at. For example, '<end>,<stop>' will stop generation at the first instance of 'end' or '<stop>'.

boolean

provide debugging output in logs

Default: false

Output

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