David S. Batista
|
a4fc2b66e6
|
style: adding progress bar to llm-based evaluators (#7726)
* adding progress bar
* fixing typo
* fixing tests
* Update test_llm_evaluator.py
* fixing missing colon
* passing directly to parent
* adding docstrings
|
2024-05-23 09:22:14 +02:00 |
|
Massimiliano Pippi
|
10c675d534
|
chore: add license header to all modules (#7675)
* add license header to modules
* check license header at linting time
|
2024-05-09 13:40:36 +00:00 |
|
Julian Risch
|
2509eeea7e
|
refactor: Rename FaithfulnessEvaluator input responses to predicted_answers (#7621)
|
2024-04-30 16:30:57 +02:00 |
|
Julian Risch
|
8ef6062748
|
refactor: Remove name 'llm' from LLMEvaluator output (#7479)
|
2024-04-04 15:19:30 +00:00 |
|
Julian Risch
|
bfd0d3eacd
|
feat: Add new LLMEvaluator component (#7401)
* draft llm evaluator
* docstrings
* flexible inputs; validate inputs and outputs
* add tests
* add release note
* remove example
* docstrings
* make outputs parameter optional. default:
* validate init parameters
* linting
* remove mention of binary scores from template
* make examples and outputs params non-optional
* removed leftover from optional outputs param
* simplify building examples section for template
* validate inputs and outputs in examples are dict with str as key
* fix pylint too-many-boolean-expressions
* increase test coverage
|
2024-03-25 07:05:27 +01:00 |
|