You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add post-processing functions to extract math500 answers (#225)
* 1> Add mmlu dataset; 2> fix minor bug for mmlu prompt; 3> add scikit-learn to requirements.in
* update the full dataset to a sampled dataset (1200 examples from 2 subjects)
* add overall_throughput to metrics; add flag to filter data based on min_input_length
* fix pylint issues
* add postprocessing functions for math500 answers
* add sympy to requirements.txt; move some functions to math_utils.py
* fix lint warnings
* fix pylint warnings
0 commit comments