You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+45-2Lines changed: 45 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ Convert eval log from Inspect AI into json format with following command:
26
26
uv run inspect log convert path_to_eval_file_generated_by_inspect --to json --output-dir inspect_json
27
27
```
28
28
29
-
Then we can convert Inspect evaluation log into unified schema via eval_converters/inspect/converter.py. Conversion for example data can be generated via below script:
29
+
Then we can convert Inspect evaluation log into unified schema via `eval_converters/inspect/converter.py`. Conversion for example data can be generated via below script:
30
30
31
31
```bash
32
32
uv run python3 -m eval_converters.inspect.converter
0 commit comments