Lighteval documentation

Available tasks

You are viewing main version, which requires installation from source. If you'd like regular pip install, checkout the latest stable version (v0.11.0).
Hugging Face's logo
Join the Hugging Face community

and get access to the augmented documentation experience

to get started

Available tasks

Browse and inspect tasks available in LightEval.

List all tasks:

lighteval tasks list

Inspect specific tasks

Inspect a task to view its config, metrics, and requirements:

lighteval tasks inspect <task_name>

Example:

lighteval tasks inspect "lighteval|truthfulqa:mc|0"
Update on GitHub