Instructions to use lilywchen/lucky-initialization-atlas-100m-v2-checkpoints with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use lilywchen/lucky-initialization-atlas-100m-v2-checkpoints with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("lilywchen/lucky-initialization-atlas-100m-v2-checkpoints", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Lucky initialization atlas v2 checkpoints
Private, continuously synchronized model-only checkpoints for the prospectively
frozen OLMo-3-ladder 100M initialization atlas. Every visible checkpoint was
converted with the pinned olmo_core.nn.hf.save_hf_model, serialized with its
pinned tokenizer, and SHA-256 manifested before upload.
Load a specific model with standard Transformers APIs:
from transformers import AutoModelForCausalLM, AutoTokenizer
repo = "lilywchen/lucky-initialization-atlas-100m-v2-checkpoints"
subfolder = "models/<run-id>/step-006210"
model = AutoModelForCausalLM.from_pretrained(repo, subfolder=subfolder)
tokenizer = AutoTokenizer.from_pretrained(repo, subfolder=subfolder)
These are model-only checkpoints. Exact in-progress recovery uses separate local full-state checkpoints; optimizer and RNG states are intentionally not published. The study's primary claims are conditional on its frozen FineWeb corpus/order, OLMo-core recipe, evaluation sets, and B200 runtime.
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support