Skip to content
This repository has been archived by the owner on Dec 16, 2022. It is now read-only.

Commit

Permalink
Prepare for release v2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
epwalsh committed Jun 3, 2021
1 parent a98e13a commit 8ea1de6
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased


## [v2.5.0](https://github.com/allenai/allennlp-models/releases/tag/v2.5.0) - 2021-06-03

### Changed

- Updated all instances of `sanity_checks` to `confidence_checks`.
- The `num_serialized_models_to_keep` parameter is now called `keep_most_recent_by_count`.
- Improvements to the vision models and other models that use `allennlp.modules.transformer` under the hood.

### Added

Expand All @@ -22,10 +27,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Added a `beam_search` parameter to the `generation` models so that a `BeamSearch` object can be specified in their configs.
- Added a binary gender bias-mitigated RoBERTa model for SNLI.

### Changed

- Improvements to the vision models and other models that use `allennlp.modules.transformer` under the hood.


## [v2.4.0](https://github.com/allenai/allennlp-models/releases/tag/v2.4.0) - 2021-04-22

Expand Down

0 comments on commit 8ea1de6

Please sign in to comment.