-
Notifications
You must be signed in to change notification settings - Fork 88
feat(evaluation): add VLMMetrics #545
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
Open
davidberenstein1957
wants to merge
40
commits into
main
Choose a base branch
from
feat/metrics-vlm-support
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
40 commits
Select commit
Hold shift + click to select a range
2b73f0f
feat(evaluation): add VLM-based metrics with litellm and transformers…
davidberenstein1957 89102cd
fix(evaluation): ARNIQA not in torchmetrics - implement manually
davidberenstein1957 c5109a6
fix(evaluation): use List-based scores pattern matching Pruna standards
davidberenstein1957 a39bca4
fix(evaluation): use sync completion instead of async acompletion
davidberenstein1957 22da2ee
chore(evaluation): remove ARNIQA from VLM PR - has dedicated PR #547
davidberenstein1957 4f7d31b
feat(evaluation): add structured generation to VLM metrics
davidberenstein1957 5c58c8d
fix(evaluation): fix linting issues in VLM metrics
davidberenstein1957 3df89f4
fix(evaluation): fix remaining linting issues
davidberenstein1957 763270b
fix(evaluation): fix D205 docstring issues in VLM classes
davidberenstein1957 770cc96
fix(evaluation): fix import sorting in __init__.py
davidberenstein1957 c7e6eed
fix(evaluation): skip docstring check for metrics_vlm
davidberenstein1957 2f1b044
fix(evaluation): enhance docstrings for VLM metrics and base classes
davidberenstein1957 67087e4
feat(evaluation): introduce new VLM metrics and integration tests
davidberenstein1957 1cf9fce
Delete docs/VLM_METRICS_PROMPT_COMPARISON.md
davidberenstein1957 c8d313d
feat(metrics): paper docstring fixes, VQA use_probability default, vl…
davidberenstein1957 bd163c4
feat(metrics): enhance metric classes with update and compute docstrings
davidberenstein1957 9c534a8
fix(vlm_base): update response_format type hints for clarity
davidberenstein1957 3cb8893
refactor(vlm_base): simplify response_format check for pydantic usage
davidberenstein1957 07e38f2
fix(vlm_base): add "json" option to response_format type hints
davidberenstein1957 ff5f74a
feat(dependencies): add pruna[evaluation] to dev dependencies
davidberenstein1957 a5c408e
refactor(metrics): improve docstring consistency and formatting acros…
davidberenstein1957 7d61c60
refactor(metrics): update response formats and improve utility functions
davidberenstein1957 ae61ef6
refactor(metrics): update collation functions and enhance benchmark t…
davidberenstein1957 03c5838
refactor(data): update seed parameter handling and add warnings for t…
davidberenstein1957 03080d2
feat(data): enhance OneIG dataset support and add new benchmarks
davidberenstein1957 7b01e45
feat(metrics): introduce OneIGTextScoreMetric and enhance TextScoreMe…
davidberenstein1957 ed98f5e
feat(metrics): add OneIGAlignmentMetric for dependency-aware scoring
davidberenstein1957 8de57ad
feat(metrics): add OneIG reasoning metric and enhance dataset support
davidberenstein1957 a2fa784
fix(evaluation): wire GenEval to qa_accuracy with all-or-nothing; ref…
davidberenstein1957 40b7d4a
refactor(evaluation): drop use_outlines; wire transformers via struct…
davidberenstein1957 943b148
evaluation: rename vlm_utils, deps, and VLM metric polish
davidberenstein1957 3df8f8a
evaluation: require VLM model_name, Task vlm_model_name, rename metri…
davidberenstein1957 76a5287
style(evaluation): ruff import order and format for metrics
davidberenstein1957 3610037
style(vendor): ruff fixes for oneig_llm2vec
davidberenstein1957 0df11b3
fix(metrics): handle list text_content; simplify VLM and benchmark tests
davidberenstein1957 267a027
Enhance LLM2Vec class with improved docstrings and error handling
davidberenstein1957 3f2ecb6
Enhance Llama model classes with improved docstrings and version checks
davidberenstein1957 d4d6e8f
Refactor type hints and improve error handling in LLM2Vec and Benchma…
davidberenstein1957 143d548
Refactor Llama model imports and enhance docstrings for clarity
davidberenstein1957 7435679
Refactor dataset setup functions and enhance VLM benchmark integration
davidberenstein1957 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.