-
Notifications
You must be signed in to change notification settings - Fork 888
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Prompt flow evaluators | ||
|
||
[![Python package](https://img.shields.io/pypi/v/promptflow-tools)](https://pypi.org/project/promptflow-evals/) | ||
[![License: MIT](https://img.shields.io/github/license/microsoft/promptflow)](https://github.com/microsoft/promptflow/blob/main/LICENSE) | ||
|
||
## Introduction | ||
Evaluators are prebuilt promptflow pipelines that are designed to measure the quality of the outputs from large language models. | ||
The package includes | ||
- Chat evaluator | ||
- Coherence evaluator | ||
- F1 score evaluator | ||
- Fluency evaluator | ||
- Groundedness evaluator | ||
- QA evaluator | ||
- Relevance evaluator | ||
- Similarity evaluator | ||
- Content safety evaluators | ||
* Self harm evaluator | ||
* Hate/unfairness evaluator | ||
* Sexual evaluator |