Text Generation
Transformers
PyTorch
English
olmo2
conversational

Remove note about checkpoints (only exist for RLVR)

#2

Intermediate checkpoints only (seem to) exist for the RLVR1 model (which makes sense given it says RL training checkpoints).

olmo_model = AutoModelForCausalLM.from_pretrained("allenai/OLMo-2-0425-1B-SFT", revision="step_200")

will fail with

OSError: step_200 is not a valid git identifier (branch name, tag name or commit id) that exists for this model name. Check the model page at 'https://huggingface.co/allenai/OLMo-2-0425-1B-SFT' for available revisions.
Ready to merge
This branch is ready to get merged automatically.

Sign up or log in to comment