Skip to content

Commit

Permalink
feat: v0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
saattrupdan committed Aug 29, 2022
1 parent efc8d40 commit 10f5de0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).


## [Unreleased]
## [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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "aiai_eval"
version = "0.0.0"
version = "0.0.1"
description = "Evaluation of finetuned models."
authors = [
"Dan Saattrup Nielsen <[email protected]>",
Expand Down

0 comments on commit 10f5de0

Please sign in to comment.