Skip to content

Commit

Permalink
Add draft Readme.MD
Browse files Browse the repository at this point in the history
  • Loading branch information
nick863 committed Apr 19, 2024
1 parent e58e911 commit 99ab899
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions src/promptflow-evals/README.md
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

0 comments on commit 99ab899

Please sign in to comment.