-
Notifications
You must be signed in to change notification settings - Fork 0
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
Build comparison table #34
Commits on Jul 7, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a4548a3 - Browse repository at this point
Copy the full SHA a4548a3View commit details -
Add MetricResult as the only return type for any downstream
Metric.compute() method Now `evalem._base.structures.MetricResult` dataclass is used as a dto to any compute method return value.
Configuration menu - View commit details
-
Copy full SHA for 418e58f - Browse repository at this point
Copy the full SHA 418e58fView commit details
Commits on Jul 10, 2023
-
Add utility to compare multiple evaluation
`evalem.misc.utils.build_comparison_table(...)` is added. Note: `evalem._base.evaluators.Evaluator(...)` now returns list of result, not dict.
Configuration menu - View commit details
-
Copy full SHA for aa1fc27 - Browse repository at this point
Copy the full SHA aa1fc27View commit details -
Configuration menu - View commit details
-
Copy full SHA for 387f1ed - Browse repository at this point
Copy the full SHA 387f1edView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7464283 - Browse repository at this point
Copy the full SHA 7464283View commit details -
Configuration menu - View commit details
-
Copy full SHA for 33a2143 - Browse repository at this point
Copy the full SHA 33a2143View commit details -
Configuration menu - View commit details
-
Copy full SHA for a2c994a - Browse repository at this point
Copy the full SHA a2c994aView commit details
Commits on Jul 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7038fa2 - Browse repository at this point
Copy the full SHA 7038fa2View commit details -
Compute average rouge score as an average of rouge1, rouge2, rougeL and
rougeLsum Also, refactor test_metric_score
Configuration menu - View commit details
-
Copy full SHA for d925fe5 - Browse repository at this point
Copy the full SHA d925fe5View commit details -
Configuration menu - View commit details
-
Copy full SHA for bed5db6 - Browse repository at this point
Copy the full SHA bed5db6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5839e04 - Browse repository at this point
Copy the full SHA 5839e04View commit details -
Configuration menu - View commit details
-
Copy full SHA for f5dcedd - Browse repository at this point
Copy the full SHA f5dceddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 66944e1 - Browse repository at this point
Copy the full SHA 66944e1View commit details
Commits on Jul 12, 2023
-
Add information about average total items evaluated while generating
comparison table
Configuration menu - View commit details
-
Copy full SHA for c14d35f - Browse repository at this point
Copy the full SHA c14d35fView commit details
Commits on Jul 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a149a5f - Browse repository at this point
Copy the full SHA a149a5fView commit details