Skip to content

Commit a9cc5b1

Browse files
committed
fix(doc): update inspect doc
1 parent d35fd70 commit a9cc5b1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,11 @@ Here are some tips to speed up the evaluation:
320320
You can inspect the failed samples by using the following command:
321321
322322
```bash
323-
bigcodebench.inspect --eval-results sample-sanitized-calibrated_eval_results.json --in-place
323+
# Inspect the failed samples and save the results to `inspect/`
324+
bigcodebench.inspect --eval_results sample-sanitized-calibrated_eval_results.json --split complete --subset hard
325+
326+
# Re-run the inspection in place
327+
bigcodebench.inspect --eval_results sample-sanitized-calibrated_eval_results.json --split complete --subset hard --in_place
324328
```
325329
326330
## 🚀 Full Script

0 commit comments

Comments
 (0)