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

tomasmcm /mistral-7b-instruct-v0.2:366548f0

Input

*string
Shift + Return to add a new line

Text prompt to send to the model.

integer

Maximum number of tokens to generate per output sequence.

Default: 128

number
(minimum: -5, maximum: 5)

Float that penalizes new tokens based on whether they appear in the generated text so far. Values > 0 encourage the model to use new tokens, while values < 0 encourage the model to repeat tokens.

Default: 0

number
(minimum: -5, maximum: 5)

Float that penalizes new tokens based on their frequency in the generated text so far. Values > 0 encourage the model to use new tokens, while values < 0 encourage the model to repeat tokens.

Default: 0

number
(minimum: 0.01, maximum: 5)

Float that controls the randomness of the sampling. Lower values make the model more deterministic, while higher values make the model more random. Zero means greedy sampling.

Default: 0.8

number
(minimum: 0.01, maximum: 1)

Float that controls the cumulative probability of the top tokens to consider. Must be in (0, 1]. Set to 1 to consider all tokens.

Default: 0.95

integer

Integer that controls the number of top tokens to consider. Set to -1 to consider all tokens.

Default: -1

string
Shift + Return to add a new line

List of strings that stop the generation when they are generated. The returned output will not contain the stop strings.

Output

To find out how much money Gerald has left after working for a week and spending $100, we first need to find out how much money he made during the week. We know that he earned $30 each day, so: Money earned = Days worked * Money earned per day = 7 days * $30/day = $210 Now, we need to find out how much money Gerald has left after earning $210 and spending $100: Money left = Money earned - Money spent = $210 - $100 = $110 So Gerald has $110 left after working for a week and spending $100.
Generated in