-
Notifications
You must be signed in to change notification settings - Fork 278
Evalscope evaluator & MedEval evaluator for dj-sandbox #722
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
base: main
Are you sure you want to change the base?
Conversation
Please merge the latest main branch. |
There may be an issue with pre-commit regarding the following three files. In my local pre-commit process, the data_juicer/core/sandbox/pipelines.py
tools/evaluator/recorder/wandb_writer.py
tools/hpo/execute_hpo_wandb.py Currently, I have manually adjusted it according to the CI pre-commit. |
It's because you might run something based on wandb locally and there is a wandb directory in the root of Data-Juicer. So when you run pre-commit locally, pre-commit thinks The best way to keep them aligned with each other is to clear local |
Add EvalscopeEvaluator and MedEvaluator to EvaluateModelHook in DJ-Sandbox. Implement the following features:
[WIP] Optimize file structure and evaluator class architecture