Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesWesch committed May 27, 2024
1 parent cf8a104 commit 1b8807a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
- Accessing a single trace from a `PersistentTracer.trace()` is no longer supported, as the user does not have access to the `trace_id` anyway. The function is now called `traces` and returns all available traces for a tracer.
- `InMemoryTracer` and derivatives are no longer `pydantic.BaseModel`. Use the `export_for_viewing` function to export a serializable representation of the trace.
- We updated the graders to support python 3.12 and moved away from `nltk`-package:
- `BleuGrader` and `RougeGrader` now use the `evaluate`-package from HuggingFace.
- `RougeGrader` now returns f1-score `float` instead of previously `FScores`.
- `BleuGrader` now uses `sacrebleu`-package.
- `RougeGrader` now uses the `rouge_score`-package.

### New Features
- Add `how_to_implement_incremental_evaluation`.
Expand Down

0 comments on commit 1b8807a

Please sign in to comment.