Skip to content
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

add av_odyssey bench #461

Merged
merged 4 commits into from
Dec 22, 2024
Merged

Conversation

Bohao-Lee
Copy link
Contributor

We introduce the av_odyssey benchmark, designed to evaluate a model's audio-visual capabilities.

Currently, we provide an implementation based on the Gemini model. The corresponding command to run the evaluation is as follows:

accelerate launch --num_processes 8 --main_process_port 12345 -m lmms_eval --model gemini_api --tasks av_odyssey --batch_size 1  --log_samples_suffix av_odyssey --output_path ./logs/

To support this evaluation, we made modifications to the gemini_api.py file located in the models directory.

@pufanyi pufanyi self-requested a review December 15, 2024 08:51
@pufanyi pufanyi merged commit db60d2b into EvolvingLMMs-Lab:main Dec 22, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants