Skip to content

Commit

Permalink
v0.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Felix Stollenwerk committed Jul 8, 2021
1 parent 34fc12b commit a2b751d
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,19 @@
# Changelog
This project CURRENTLY DOES NOT adhere to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## 0.0.11 (2021-07-08)
#### Added
- NerModelPredict: predict on token or entity level
- Evaluation entity level: compute metrics for single labels
- Evaluation token level: confusion matrix
- Evaluation token & entity level: number of predicted classes

#### Changed
- Evaluation token level: use plain annotation scheme
- Migrate to pytorch-lightning==1.3.7, seqeval==1.2.2, mlflow==1.8.0


## 0.0.10 (2021-06-18)
#### Added
- special [NEWLINE] token can be used in input data
Expand All @@ -14,6 +27,7 @@ This project CURRENTLY DOES NOT adhere to [Semantic Versioning](https://semver.o
- NerModelPredict for local pretrained models
- NerModelEvaluation


## 0.0.9 (2021-04-05)
#### Added
- Swedish datasets (SIC & SUC 3.0)
Expand All @@ -22,6 +36,7 @@ This project CURRENTLY DOES NOT adhere to [Semantic Versioning](https://semver.o
#### Fixed
- CLI command "get_experiments_results"


## 0.0.8 (2021-01-24)
#### Added
- CLI command "nerbb download" (and corresponding python method) to download built-in datasets
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/index.md
Expand Up @@ -2,7 +2,7 @@

**nerblackbox** - a python package to fine-tune transformer-based language models for named entity recognition (NER).

Latest version: 0.0.10
Latest version: 0.0.11

-----------
## Resources
Expand Down
2 changes: 1 addition & 1 deletion nerblackbox/__about__.py
@@ -1,4 +1,4 @@
__project__ = "nerblackbox"
__author__ = "Felix Stollenwerk"
__version__ = "0.0.10"
__version__ = "0.0.11"
__license__ = "Apache 2.0"

0 comments on commit a2b751d

Please sign in to comment.