Skip to content

Commit 48dcd83

Browse files
authored
Update available-tasks.mdx (#1088)
Add cli to generate more elaborate tasks information
1 parent 98ac1bf commit 48dcd83

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

docs/source/available-tasks.mdx

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Browse and inspect tasks available in LightEval.
44
<iframe
5-
src="https://openevals-benchmark-finder.hf.space"
5+
src="https://openevals-open-benchmark-index.hf.space"
66
frameborder="0"
77
width="850"
88
height="450"
@@ -16,6 +16,18 @@ List all tasks:
1616
lighteval tasks list
1717
```
1818

19+
Extract tasks details:
20+
21+
```bash
22+
lighteval tasks dump
23+
```
24+
25+
Store the tasks details in a JSON file:
26+
27+
```bash
28+
lighteval tasks dump > tasks.json
29+
```
30+
1931
### Inspect specific tasks
2032

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

0 commit comments

Comments
 (0)