Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Readme fixes #75

Merged
merged 2 commits into from
Jul 8, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ It bundles together a variety of automatic evaluation methods including:
- Statistical (e.g. BLEU)
- Model-based (using LLMs)

Autoevals is developed by the team at [BrainTrust](https://braintrustdata.com/).
Autoevals is developed by the team at [Braintrust](https://braintrust.dev/).

Autoevals uses model-graded evaluation for a variety of subjective tasks including fact checking,
safety, and more. Many of these evaluations are adapted from OpenAI's excellent [evals](https://github.com/openai/evals)
Expand Down Expand Up @@ -78,7 +78,7 @@ import { Factuality } from "autoevals";

## Using Braintrust with Autoevals

Once you grade an output using Autoevals, it's convenient to use [BrainTrust](https://www.braintrustdata.com/docs/libs/python) to log and compare your evaluation results.
Once you grade an output using Autoevals, it's convenient to use [Braintrust](https://www.braintrust.dev/docs/libs/python) to log and compare your evaluation results.

### Python

Expand Down Expand Up @@ -340,4 +340,4 @@ There is nothing particularly novel about the evaluation methods in this library

## Documentation

The full docs are available [here](https://www.braintrustdata.com/docs/autoevals/overview).
The full docs are available [here](https://www.braintrust.dev/docs/reference/autoevals).
Loading