Skip to main content

Core training module for the Open Language Model (OLMo)

Project description

OLMo-core

Building blocks for OLMo modeling and training

Examples || Docs || PyPI || Beaker Images || License || Changelog

Installation

First install PyTorch according to the instructions specific to your operating system. Then you can install from PyPI with:

pip install ai2-olmo-core

Official training scripts

Official training scripts for various model sizes can be found in src/scripts/train/. Throughput numbers from a cluster with NVIDIA H100 GPUs are reported below.

Model size Context length Precision Throughput[^1] Launch command
1B 4K BF16 44,000 TPS python src/scripts/train/OLMo-1B.py launch "${run_name}" "${cluster}"
FP8 51,000 TPS python src/scripts/train/OLMo-1B.py launch "${run_name}" "${cluster}" --model.float8_config.enabled=true
7B 4K BF16 10,000 TPS python src/scripts/train/OLMo-7B.py launch "${run_name}" "${cluster}"
FP8 13,000 TPS python src/scripts/train/OLMo-7B.py launch "${run_name}" "${cluster}" --model.float8_config.enabled=true
13B 4K BF16 4,600 TPS python src/scripts/train/OLMo-13B.py launch "${run_name}" "${cluster}"

[^1]: Throughput reported in tokens per second per device.

Development

After cloning OLMo-core and setting up a Python virtual environment, install the codebase from source with:

pip install -e .[all]

The Python library source code is located in src/olmo_core. The corresponding tests are located in src/test. The library docs are located in docs. You can build the docs locally with make docs.

Code checks:

  • We use pytest to run tests. You can run all tests with pytest -v src/test. You can also point pytest at a specific test file to run it individually.
  • We use isort and black for code formatting. Ideally you should integrate these into your editor, but you can also run them manually or configure them with a pre-commit hook. To validate that all files are formatted correctly, run make style-check.
  • We use ruff as our primary linter. You can run it with make lint-check.
  • We use mypy as our type checker. You can run it with make type-check.

Citing

@article{OLMo,
  title={OLMo: Accelerating the Science of Language Models},
  author={Dirk Groeneveld and Iz Beltagy and Pete Walsh and Akshita Bhagia and Rodney Kinney and Oyvind Tafjord and A. Jha and Hamish Ivison and Ian Magnusson and Yizhong Wang and Shane Arora and David Atkinson and Russell Authur and Khyathi Raghavi Chandu and Arman Cohan and Jennifer Dumas and Yanai Elazar and Yuling Gu and Jack Hessel and Tushar Khot and William Merrill and Jacob Daniel Morrison and Niklas Muennighoff and Aakanksha Naik and Crystal Nam and Matthew E. Peters and Valentina Pyatkin and Abhilasha Ravichander and Dustin Schwenk and Saurabh Shah and Will Smith and Emma Strubell and Nishant Subramani and Mitchell Wortsman and Pradeep Dasigi and Nathan Lambert and Kyle Richardson and Luke Zettlemoyer and Jesse Dodge and Kyle Lo and Luca Soldaini and Noah A. Smith and Hanna Hajishirzi},
  year={2024},
  url={https://api.semanticscholar.org/CorpusID:267365485},
  journal={arXiv preprint},
}

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ai2_olmo_core-1.3.0.tar.gz (135.8 kB view details)

Uploaded Source

Built Distribution

ai2_olmo_core-1.3.0-py3-none-any.whl (158.1 kB view details)

Uploaded Python 3

File details

Details for the file ai2_olmo_core-1.3.0.tar.gz.

File metadata

  • Download URL: ai2_olmo_core-1.3.0.tar.gz
  • Upload date:
  • Size: 135.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.10.15

File hashes

Hashes for ai2_olmo_core-1.3.0.tar.gz
Algorithm Hash digest
SHA256 25878291f95518360b488c5d03440240403ca9044f0d7bb7d3cab51d24f2c762
MD5 615dd227566b86c2334ffa5cb3532947
BLAKE2b-256 1e57d6df285a262f5932eac2647bd13139197882cca5a2dfd16aee6d9395d826

See more details on using hashes here.

File details

Details for the file ai2_olmo_core-1.3.0-py3-none-any.whl.

File metadata

File hashes

Hashes for ai2_olmo_core-1.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 6f6dd85fda1414d0203ef0af3cf1f9fff04f223c80879deba543a6d1f0fe2e3f
MD5 8e78b5a197dd1067f285f6cc587dd32b
BLAKE2b-256 a08f0211b2d14844572c724ca8ef79e667df7ceb3fc79a513c6707ca5cf9db75

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page