allenai / Olmo-3.1-7B-RL-Zero-Code

huggingface.co
Total runs: 4.2K
24-hour runs: 0
7-day runs: 140
30-day runs: 3.9K
Model's Last Updated: June 26 2026
text-generation

Introduction of Olmo-3.1-7B-RL-Zero-Code

Model Details of Olmo-3.1-7B-RL-Zero-Code

Model Details
Logo for Olmo 3 7B Zero model

Model Card for Olmo 3.1 7B RL-Zero Code

We introduce Olmo 3, a new family of 7B and 32B models both Instruct and Think variants. Long chain-of-thought thinking improves reasoning tasks like math and coding.

Olmo is a series of O pen l anguage mo dels designed to enable the science of language models. These models are pre-trained on the Dolma 3 dataset and post-trained on the Dolci datasets. We are releasing all code, checkpoints, logs (coming soon), and associated training details.

The RL-Zero family of models is an experimental set of model for the scientific exploration of RLVR training.

For the other Olmo 3 RL-Zero models see:

For the core Olmo 3 models see:

Installation

Olmo 3 is supported in transformers 4.57.0 or higher:

pip install transformers>=4.57.0
Inference

You can use OLMo with the standard HuggingFace transformers library:

from transformers import AutoModelForCausalLM, AutoTokenizer
olmo = AutoModelForCausalLM.from_pretrained("allenai/Olmo-3.1-7B-RL-Zero-Code")
tokenizer = AutoTokenizer.from_pretrained("allenai/Olmo-3.1-7B-RL-Zero-Code")
message = ["Language modeling is "]
inputs = tokenizer(message, return_tensors='pt', return_token_type_ids=False)
# optional verifying cuda
# inputs = {k: v.to('cuda') for k,v in inputs.items()}
# olmo = olmo.to('cuda')
response = olmo.generate(**inputs, max_new_tokens=100, do_sample=True, top_k=50, top_p=0.95)
print(tokenizer.batch_decode(response, skip_special_tokens=True)[0])
>> 'Language modeling is  a key component of any text-based application, but its effectiveness...'

For faster performance, you can quantize the model using the following method:

AutoModelForCausalLM.from_pretrained("allenai/Olmo-3.1-7B-RL-Zero-Code", 
    torch_dtype=torch.float16, 
    load_in_8bit=True)  # Requires bitsandbytes

The quantized model is more sensitive to data types and CUDA operations. To avoid potential issues, it's recommended to pass the inputs directly to CUDA using:

inputs.input_ids.to('cuda')
Fine-tuning

Model fine-tuning can be done from the final checkpoint (the main revision of this model) or the base model.

We recommend fine-tuning with the open-instruct repository:

bash ./scripts/train/olmo3/rlvr_script.sh

You can override most configuration options from the command-line. For example, to override the learning rate you could launch the script like this:

bash ./scripts/train/olmo3/rlvr_script.sh --learning_rate=1e-3

For more documentation, see the GitHub readme .

Model Description
  • Developed by: Allen Institute for AI (Ai2)
  • Model type: a Transformer style autoregressive language model.
  • Language(s) (NLP): English
  • License: This model is licensed under Apache 2.0. It is intended for research and educational use in accordance with Ai2's Responsible Use Guidelines .
  • Contact: Technical inquiries: [email protected] . Press: [email protected]
  • Date cutoff: Dec. 2023.
Model Sources
Model Details
RLVR
  • reinforcement learning from verifiable rewards on the Dolci-RL-Zero-Code-7B dataset which consists of coding queries.
  • Datasets: Dolci-RL-Zero-Code-7B
Bias, Risks, and Limitations

Like any base language model or fine-tuned model without safety filtering, these models can easily be prompted by users to generate harmful and sensitive content. Such content may also be produced unintentionally, especially in cases involving bias, so we recommend that users consider the risks when applying this technology. Additionally, many statements from OLMo or any LLM are often inaccurate, so facts should be verified.

Citation

A technical manuscript is forthcoming!

Model Card Contact

For errors in this model card, contact [email protected] .

Runs of allenai Olmo-3.1-7B-RL-Zero-Code on huggingface.co

4.2K
Total runs
0
24-hour runs
12
3-day runs
140
7-day runs
3.9K
30-day runs

More Information About Olmo-3.1-7B-RL-Zero-Code huggingface.co Model

More Olmo-3.1-7B-RL-Zero-Code license Visit here:

https://choosealicense.com/licenses/apache-2.0

Olmo-3.1-7B-RL-Zero-Code huggingface.co

Olmo-3.1-7B-RL-Zero-Code huggingface.co is an AI model on huggingface.co that provides Olmo-3.1-7B-RL-Zero-Code's model effect (), which can be used instantly with this allenai Olmo-3.1-7B-RL-Zero-Code model. huggingface.co supports a free trial of the Olmo-3.1-7B-RL-Zero-Code model, and also provides paid use of the Olmo-3.1-7B-RL-Zero-Code. Support call Olmo-3.1-7B-RL-Zero-Code model through api, including Node.js, Python, http.

Olmo-3.1-7B-RL-Zero-Code huggingface.co Url

https://huggingface.co/allenai/Olmo-3.1-7B-RL-Zero-Code

allenai Olmo-3.1-7B-RL-Zero-Code online free

Olmo-3.1-7B-RL-Zero-Code huggingface.co is an online trial and call api platform, which integrates Olmo-3.1-7B-RL-Zero-Code's modeling effects, including api services, and provides a free online trial of Olmo-3.1-7B-RL-Zero-Code, you can try Olmo-3.1-7B-RL-Zero-Code online for free by clicking the link below.

allenai Olmo-3.1-7B-RL-Zero-Code online free url in huggingface.co:

https://huggingface.co/allenai/Olmo-3.1-7B-RL-Zero-Code

Olmo-3.1-7B-RL-Zero-Code install

Olmo-3.1-7B-RL-Zero-Code is an open source model from GitHub that offers a free installation service, and any user can find Olmo-3.1-7B-RL-Zero-Code on GitHub to install. At the same time, huggingface.co provides the effect of Olmo-3.1-7B-RL-Zero-Code install, users can directly use Olmo-3.1-7B-RL-Zero-Code installed effect in huggingface.co for debugging and trial. It also supports api for free installation.

Olmo-3.1-7B-RL-Zero-Code install url in huggingface.co:

https://huggingface.co/allenai/Olmo-3.1-7B-RL-Zero-Code

Url of Olmo-3.1-7B-RL-Zero-Code

Olmo-3.1-7B-RL-Zero-Code huggingface.co Url

Provider of Olmo-3.1-7B-RL-Zero-Code huggingface.co

allenai
ORGANIZATIONS

Other API from allenai

huggingface.co

Total runs: 1.1M
Run Growth: 362.8K
Growth Rate: 34.09%
Updated:December 04 2024
huggingface.co

Total runs: 146.4K
Run Growth: 19.3K
Growth Rate: 13.21%
Updated:July 28 2025
huggingface.co

Total runs: 136.2K
Run Growth: -2.6K
Growth Rate: -1.93%
Updated:January 23 2026
huggingface.co

Total runs: 114.5K
Run Growth: -141.3K
Growth Rate: -123.42%
Updated:January 23 2026
huggingface.co

Total runs: 100.0K
Run Growth: 37.8K
Growth Rate: 37.79%
Updated:January 23 2026
huggingface.co

Total runs: 55.7K
Run Growth: 53.5K
Growth Rate: 95.99%
Updated:October 10 2025
huggingface.co

Total runs: 38.2K
Run Growth: 10.4K
Growth Rate: 27.18%
Updated:August 15 2024
huggingface.co

Total runs: 21.6K
Run Growth: 5.1K
Growth Rate: 23.07%
Updated:October 18 2023
huggingface.co

Total runs: 11.5K
Run Growth: -434
Growth Rate: -12.70%
Updated:May 23 2026
huggingface.co

Total runs: 7.2K
Run Growth: 1.3K
Growth Rate: 18.08%
Updated:April 11 2026
huggingface.co

Total runs: 5.1K
Run Growth: 1.5K
Growth Rate: 28.87%
Updated:December 04 2024
huggingface.co

Total runs: 4.5K
Run Growth: -25.0K
Growth Rate: -543.08%
Updated:June 23 2026
huggingface.co

Total runs: 4.4K
Run Growth: -1.2K
Growth Rate: -27.97%
Updated:July 17 2024
huggingface.co

Total runs: 3.9K
Run Growth: -788
Growth Rate: -20.07%
Updated:March 19 2026
huggingface.co

Total runs: 3.9K
Run Growth: -341
Growth Rate: -8.79%
Updated:June 23 2026
huggingface.co

Total runs: 3.3K
Run Growth: -998
Growth Rate: -30.33%
Updated:July 17 2024
huggingface.co

Total runs: 3.0K
Run Growth: 3.0K
Growth Rate: 100.00%
Updated:June 23 2026
huggingface.co

Total runs: 2.6K
Run Growth: -3.3K
Growth Rate: -127.96%
Updated:May 21 2026
huggingface.co

Total runs: 2.0K
Run Growth: -2.4K
Growth Rate: -119.11%
Updated:October 09 2025
huggingface.co

Total runs: 1.7K
Run Growth: -390
Growth Rate: -22.47%
Updated:April 11 2026