tomasmcm / dans-adventurouswinds-mk2-7b

Source: PocketDoc/Dans-AdventurousWinds-Mk2-7b ✦ Quant: TheBloke/Dans-AdventurousWinds-Mk2-7B-AWQ ✦ This model is proficient in crafting text-based adventure games

  • Public
  • 130 runs
  • L40S
  • Paper
  • License

Run tomasmcm/dans-adventurouswinds-mk2-7b with an API

Input schema

stopstring

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

top_kinteger

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

Default
-1
top_pnumber

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
Minimum
0.01
Maximum
1
promptstring

Text prompt to send to the model.

max_tokensinteger

Maximum number of tokens to generate per output sequence.

Default
128
temperaturenumber

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
Minimum
0.01
Maximum
5
presence_penaltynumber

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.

Minimum
-5
Maximum
5
frequency_penaltynumber

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.

Minimum
-5
Maximum
5

Output schema

Type
string