lighteval icon indicating copy to clipboard operation
lighteval copied to clipboard

[FT] Is it possible to save the predictions to prevent rerunning expensive inference

Open JoelNiklaus opened this issue 11 months ago • 2 comments

Issue encountered

When evaluating large models, significant costs and delays can occur for inference, especially on larger datasets. Possibly I want to re-evaluate my predictions using different metrics.

Solution/Feature

I want the predictions to be saved in an inspectable cache which can be used when the evaluation is run again.

JoelNiklaus avatar Nov 19 '24 08:11 JoelNiklaus