All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
v0.6.0 - 2024-12-19
v0.5.0 - 2024-12-18
- You can pass
None
forlm_logits
inICLMetric.update()
to support pipeline parallelism.
v0.4.0 - 2024-12-18
- Added more downstream tasks from the model ladder.
v0.3.0 - 2024-12-18
- Allowed passing additional kwargs to the task through
build_task()
. - Added the option to fix the context length of every batch to the model's context length.
v0.2.0 - 2024-10-29
- Added
ICLMultiChoiceTaskDataset.max_sequence_length
property.
v0.1.0 - 2024-10-28
- Added in-loop evals from original OLMo repo.