Skip to content

Commit

Permalink
Update CHANGELOG.md (#38170)
Browse files Browse the repository at this point in the history
One column name updated to "New `max_token` for Generation" in CHANGLOG.md
  • Loading branch information
changliu2 authored Oct 30, 2024
1 parent d0fcccd commit fb60f40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/evaluation/azure-ai-evaluation/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ outputs = asyncio.run(custom_simulator(
- `RetrievalEvaluator`
- The following evaluators will now have a new key in their result output including LLM reasoning behind the score. The new key will follow the pattern "<metric_name>_reason". The reasoning is the result of a more detailed prompt template being used to generate the LLM response. Note that this requires the maximum number of tokens used to run these evaluators to be increased.

| Evaluator | New Token Limit |
| Evaluator | New `max_token` for Generation |
| --- | --- |
| `CoherenceEvaluator` | 800 |
| `RelevanceEvaluator` | 800 |
Expand Down

0 comments on commit fb60f40

Please sign in to comment.