This toolkit contains the code Dream-Instruct models make use of for evaluation.
To install the toolkit, run:
pip install -e ".[ifeval,math]"
We provide a script to evaluate Dream-org/Dream-v0-Instruct-7B:
bash eval.sh
This is a fork of EleutherAI/lm-evaluation-harness.