Metadata-Version: 2.4
Name: commoneval
Version: 0.2.0
Summary: 
License-File: LICENSE
Author: Sean Boisen
Author-email: sean.boisen@biblica.com
Requires-Python: >=3.10
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Dist: jsonlines (>=4.0.0,<5.0.0)
Requires-Dist: mkdocs (>=1.3.0,<2.0.0)
Requires-Dist: mkdocs-material (>=8.3.8,<9.0.0)
Requires-Dist: mkdocstrings (>=0.18.1,<0.19.0)
Requires-Dist: pyyaml (>=6.0.2,<7.0.0)
Requires-Dist: unicodecsv (>=0.14.1,<0.15.0)
Description-Content-Type: text/markdown

# CommonEval

Code for staging LLM evaluation benchmarks in a variety of standard
formats for common evaluation.

The focus of this library is reading and writing benchmark data, but
it includes one example benchmark dataset in `data/eng` for
illustration purposes. Please do **not** use these files for
fine-tuning, since that compromises their ability to measure LLM
performance fairly.

[CommonEval](https://github.com/Clear-Bible/CommonEval/) © 2025 by
[Biblica, Inc](http://biblica.com/) is licensed under [CC BY
4.0](http://creativecommons.org/licenses/by/4.0/).


