Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Dream-Instruct Evaluation Toolkit

This toolkit contains the code Dream-Instruct models make use of for evaluation.

Quickstart

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

Acknowledgement

This is a fork of EleutherAI/lm-evaluation-harness.