aws / fmeval

Foundation Model Evaluations Library
http://aws.github.io/fmeval
Apache License 2.0
151 stars 40 forks source link

[Feature] Add callback mechanism to evaluation #284

Open acere opened 1 month ago

acere commented 1 month ago

I'm integrating fmeval with experiments tracking solutions (MLflow for now), and the lack of callback mechanisms means that the tracing can only happen after an evaluation is completed.
Drawbacks:

The suggested solution is to implement a callback mechanism to be able to tracks results as they're generated, simplifying integration with experiment tracking solutions.

xiaoyi-cheng commented 4 weeks ago

Thanks! Just let our PM know and we will consider add this to our roadmap.