-
Notifications
You must be signed in to change notification settings - Fork 0
feat: display progress information in log #34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This pull request adds progress logging functionality to three evaluator modules (MCQA, Match, and CTP) to display the number of items evaluated and estimated time remaining during evaluation runs.
Changes:
- Added periodic progress logging (every 10 items) to display completed items count
- Added estimated time remaining calculation based on average time per item
- Applied consistently across MCQA, Match, and CTP evaluators
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 10 comments.
| File | Description |
|---|---|
| src/gimbench/mcqa/evaluators.py | Added progress and time estimation logging to sequential evaluation loop |
| src/gimbench/match/evaluators.py | Added progress and time estimation logging to evaluation loop |
| src/gimbench/ctp/evaluators.py | Added progress and time estimation logging to evaluation loop |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Fixes #27