Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 13 additions & 1 deletion docs/source/available-tasks.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Browse and inspect tasks available in LightEval.
<iframe
src="https://openevals-benchmark-finder.hf.space"
src="https://openevals-open-benchmark-index.hf.space"
frameborder="0"
width="850"
height="450"
Expand All @@ -16,6 +16,18 @@ List all tasks:
lighteval tasks list
```

Extract tasks details:

```bash
lighteval tasks dump
```

Store the tasks details in a JSON file:

```bash
lighteval tasks dump > tasks.json
```

### Inspect specific tasks

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