lm-evaluation-harness
lm-evaluation-harness copied to clipboard
feat: Numeric bench
Hi! Thanks for the PR. Looks good to merge once you run the pre-commit:
pip install pre-commit
pre-commit install
pre-commit run --all-files
Hi! Thanks for the PR. Looks good to merge once you run the pre-commit:
pip install pre-commit pre-commit install pre-commit run --all-files
thanks for helping, I've been a bit busy lately, but I'll fix these bugs in a few days.
thanks for helping, I've been a bit busy lately, but I'll fix these bugs in a few days.
no problem! Also noticed you have a system prompt, but using it in doc_to_text. Wasn't sure if you're aware, you can use the description field for it. It will format to the system prompt in case the chat template is used, otherwise prepended to the doc_to_text (before the few-shots, if used). see parameters