SOTA benchmark for unbiased evaluation.
- Python>=0.9.8
$ pip install git+https://github.com/aicrumb/failbench
from failbench import evaluate
# evaluate(openai_compatible_server)
# evaluate(huggingface_model)
# evaluate(gguf_file_path)
score = evaluate(my_model)
print(f"Model Score: {score}") # 0.0If you use failbench in your research, please cite it as follows:
@misc{failbench2024,
title={failbench},
author={aicrumb},
year={2026},
note={boomzinghow}
}
