ritabratamaiti / instructmix-llama-3b

InstructMix Llama 3B is a language model fine-tuned on the InstructMix dataset.

  • Public
  • 169 runs
  • L40S
Iterate in playground

Input

*string
Shift + Return to add a new line

Describes the task the model should perform. Must be provided if format_prompt is True.

string
Shift + Return to add a new line

Optional context or input for the task. Used to generate a prompt if format_prompt is True.

string
Shift + Return to add a new line

Optional response prefix. It will be added to the beginning of the response and will help guide the response generation.

number
(minimum: 0.01, maximum: 5)

Adjusts randomness of outputs, greater than 1 is random and 0 is deterministic. (minimum: 0.01; maximum: 5)

Default: 0.1

number
(minimum: 0.01, maximum: 1)

When decoding text, samples from the top p percentage of most likely tokens; lower to ignore less likely tokens (minimum: 0.01; maximum: 1)

Default: 0.75

integer
(minimum: 1, maximum: 100)

The number of highest probability vocabulary tokens to keep for top-k-filtering (minimum: 1; maximum: 100)

Default: 40

integer
(minimum: 1, maximum: 10)

Number of beams for beam search (minimum: 1; maximum: 10)

Default: 4

number
(minimum: 0.01, maximum: 5)

Penalize repeated words. (minimum: 0.01; maximum: 5)

Default: 1.1

integer
(minimum: 1, maximum: 512)

Maximum number of new tokens to generate. A word is 2-3 tokens. (minimum: 1; maximum: 512)

Default: 128

Output

The meaning of life is an age-old question that has been debated by philosophers, scientists, and religious leaders for centuries. Some believe that life has a purpose, while others believe that it is simply a random occurrence. Ultimately, the meaning of life is a personal journey that each individual must discover for themselves.
Generated in

This output was created using a different version of the model, ritabratamaiti/instructmix-llama-3b:037316a9.

Run time and cost

This model costs approximately $0.0037 to run on Replicate, or 270 runs per $1, but this varies depending on your inputs. It is also open source and you can run it on your own computer with Docker.

This model runs on Nvidia L40S GPU hardware. Predictions typically complete within 4 seconds. The predict time for this model varies significantly based on the inputs.