Driver metadata
- Slug
- bloom
- Status
- active
- Protocol match
- proxyDriver measures a proxy of the cited metric. Validator C1 auto-downgrades not_reproduced to partial.
- Agent version
- v0.1.0-bloom-lambada-microslice
- Paper
- BLOOM: A 176B-Parameter Open-Access Multilingual Language Model
- Model
- bigscience/bloom-560m
Claim citation
This is the exact paper claim the driver compares against before the Verdict Validator allows any public WRONG path.
- Location
- Table 9 · BLOOM-560m
- Metric
- LAMBADA English(accuracy)
- Reported value
- 35.7
- PDF page
- 14
- Quoted text
- “BLOOM-560m 35.7”
Source
Every driver is a TypeScript orchestration script that routes the result through the Verdict Validator. Drivers with runnable public checkpoints also link the hermetic Modal job that loads the model and measures the paper claim.
- scripts/run-reproduction-bloom.ts ↗— TS orchestrator (claim citation, DB write, validator wiring)
- modal/reproduce_bloom.py ↗— Python Modal job (HF model load, evaluation harness, measurement)