A project that provides eval tools that can be used by leaf-playground based projects.
leaf_eval_tools.oai_eval_worker.OaiEvalWorker
: using openai client to evaluateleaf_eval_tools.ragas_eval_worker.RagasEvalWorker
: a wrapper toragas.evaluate
leaf_eval_tools.regex_answer_extractor.RegexAnswerExtractor
: a helper to extract answers that match the specified patterns from text
pip install leaf-eval-toos
TBD;
TBD;