Skip to content

Commit

Permalink
feat: update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
AJDERS committed Feb 22, 2023
1 parent 6643e76 commit 2062859
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,40 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this
project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]

### Added

- Support for evaluation of local Hugging Face models.

### Added

- Tests for the `question_answering`-task.

### Added

- The `automatic_speech_recognition`-task.

### Added

- Util functions, `leaderboard_utils`, for interacting with the associated REST-api which interacts with the leaderboard holding the evaluation results.

### Added

- A new function in the `evaluator` module, called `_send_results_to_leaderboard` which sends evaluation results to the leaderboard using the util functions from `leaderboard_utils`, and tests for this function and `leaderboard_utils`.

### Added

- The `discourse-coherence`-task.

### Added

- Support for integer labels.

## [v0.0.1] - 2022-08-29

### Added

- First release, which includes evaluation of sentiment models from the Hugging Face
Hub. This can be run with the CLI using the `evaluate` command, or via a script using
the `Evaluator` class.

0 comments on commit 2062859

Please sign in to comment.