saysharastuff / olmo-2-1124-13b-instruct

allenai/OLMo-2-1124-13B-Instruct, text generation model

  • Public
  • 115 runs
  • L40S
  • Weights
  • Paper
  • License
Iterate in playground

Input

*string
Shift + Return to add a new line

Text prompt to send to the model.

string
Shift + Return to add a new line

System prompt to send to the model. This is prepended to the prompt and helps guide system behavior.

Default: "You are OLMo 2, a helpful and harmless AI Assistant built by the Allen Institute for AI."

integer
(minimum: 1)

Maximum number of tokens to generate. A word is generally 2-3 tokens

Default: 512

number
(minimum: 0.01, maximum: 1)

Adjusts randomness of outputs, greater than 1 is random and 0 is deterministic, 0.75 is a good starting value.

Default: 0.7

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

Default: 0.95

integer
(minimum: 0)

When decoding text, samples from the top k most likely tokens; lower to ignore less likely tokens.

Default: 50

Output

Hello! How can I assist you today? If you have any questions or need information on a wide range of topics, feel free to ask.
Generated in

Run time and cost

This model runs on Nvidia L40S GPU hardware. We don't yet have enough runs of this model to provide performance information.

Readme

OLMo-2-13B-Instruct is a Text Generation model created by Ai2. It is post-trained variant of the OLMo-2 13B November 2024 model, which has undergone supervised finetuning on an OLMo-specific variant of the Tülu 3 dataset and further DPO training on this dataset, and finally RLVR training using this data.

Read more on HuggingFace