Skip to content

Commit

Permalink
Bump version: 2.2.1 → 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Kazu Version Bump committed Dec 17, 2024
1 parent 07e54a4 commit 573f9e4
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 6 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

<!-- towncrier release notes start -->

## 2.3.0 - 2024-12-17

### Features

- Release new multilabel biomedBERT model trained on LLM (Gemini) synthetically generated NER data. The model was trained on over 7000 LLM annoted documents with a total of 295822 samples.
The model was trained for 21 epochs and achieved an F1 score of 95.6% on a held out test set. (multilabel_bert)
- added multilabel NER training example and config.
- added scaling kazu with Ray docs and example.

### Bugfixes

- Fix issue with TransformersModelForTokenClassificationNerStep when processing large amounts of documents. The fix offloads tensors onto cpu before performin the torch.cat operation which lead to a zero tensor before. (pytorch_memory_issue)


## 2.2.1 - 2024-10-21

### Features
Expand Down
1 change: 0 additions & 1 deletion docs/_changelog.d/+scaling.feature.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/_changelog.d/+training.feature.rst

This file was deleted.

2 changes: 0 additions & 2 deletions docs/_changelog.d/multilabel_bert.feature.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/_changelog.d/pytorch_memory_issue.bugfix.rst

This file was deleted.

2 changes: 1 addition & 1 deletion kazu/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.2.1"
__version__ = "2.3.0"

0 comments on commit 573f9e4

Please sign in to comment.