huggingface / huggingface/lighteval
[FT] Is it possible to save the predictions to prevent rerunning expensive inference
Open
feature
- Dominant language
- Python
- Stars
- 2.5k
- Forks
- 555
- Avg merge
- 1d 6h
- Merged PRs (30d)
- 1
Description
## 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.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.