Skip to content

Commit

Permalink
Update tutorial-llm.md
Browse files Browse the repository at this point in the history
  • Loading branch information
elenasamuylova committed Jul 5, 2024
1 parent 7db66a9 commit cb2fee5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/book/get-started/tutorial-llm.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,9 +153,9 @@ You will now learn how to apply different methods to evaluate your text data.
* **LLM-as-a-judge**. Prompt LLMs to categorize or score texts by custom criteria.
* **Similarity metrics**. Measure semantic similarity between pairs of text.

To view the evaluation results, you will generate visual Reports in your Python environment. Later, you'll explore other formats like Test Suite.
Each example is self-contained, so you can skip any of them or head directly to Step 6 to see the monitoring flow.

This section introduces different LLM evaluation methods. Each example is self-contained, so you can skip any and head to Step 6 for the end-to-end example.
To view the evaluation results, you will first generate visual Reports in your Python environment. In the following sections of the tutorial, you'll explore other formats like conditional Test Suites and live monitoring Dashboards.

## Text statistics

Expand Down

0 comments on commit cb2fee5

Please sign in to comment.