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

Benchmarks introduction does setup wrong #1284

Open
AMindToThink opened this issue Jan 18, 2025 · 3 comments
Open

Benchmarks introduction does setup wrong #1284

AMindToThink opened this issue Jan 18, 2025 · 3 comments

Comments

@AMindToThink
Copy link
Contributor

The introduction says:
from deepeval.benchmarks.task import MMLUTask

but really, it is

from deepeval.benchmarks.mmlu.task import MMLUTask

@AMindToThink
Copy link
Contributor Author

https://docs.confident-ai.com/docs/benchmarks-mmlu

The steps described result in the model generating long outputs, not single answers.
Also, batching doesn't work because MMLU has prompts of different lengths.

@penguine-ip
Copy link
Contributor

Hey @AMindToThink can you please create a quick PR for this?

@AMindToThink
Copy link
Contributor Author

I made a pull request to change one location with the wrong MMLUTask import. There may be others.

And I am unable to fix the other issues.

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

No branches or pull requests

2 participants