You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Compared to existing libraries such as evaluation-harness and HELM, this repo enables simple and convenient evaluation for multiple models. Notably, we support most models from HuggingFace Transformers
in lm-evaluation-harness? Or also python scripts/regression.py --models multiple-models --tasks multiple-tasks. It also supports most HF models and some OpenAI and Anthropic models.
The text was updated successfully, but these errors were encountered:
For
isn't
roughly the same as
python main.py --model_args pretrained=some-llama,... --tasks hendrycksTest* --num_fewshot 5
in lm-evaluation-harness? Or also
python scripts/regression.py --models multiple-models --tasks multiple-tasks
. It also supports most HF models and some OpenAI and Anthropic models.The text was updated successfully, but these errors were encountered: