We use the lighteval toolkit to evaluate the performance of the Doge model.
You can install the toolkit using the following command:
pip install lightevalIf you are a Linux user, you can use the following command to evaluate the model:
bash ./evaluation/eval_downstream_tasks.shIf you are a Windows user, you can use the following command to evaluate the model:
. ./evaluation/eval_downstream_tasks.ps1Tip
You can modify MODEL and OUTPUT_DIR in the script to evaluate different models and save the results to different directories.