Skip to content

Releases: Machine-Learning-for-Medical-Language/cnlp_transformers

v0.8.0

Choose a tag to compare

@tmills tmills released this 06 Mar 19:52

What's Changed

  • Add interactive prepare_release.py by @ianbulovic in #224
  • Modifications to allow for using ModernBERT as a base encoder. by @tmills in #226
  • Add 9 publications using cnlp_transformers to README.md by @tmills in #231
  • Train system and general refactoring by @ianbulovic in #230
  • Unify model loading and REST APIs and improve CLI by @ianbulovic in #241

Full Changelog: v0.7.1...v0.8.0

v0.7.1

Choose a tag to compare

@tmills tmills released this 04 Dec 01:13

What's Changed

v0.7.0

Choose a tag to compare

@tmills tmills released this 25 Nov 23:40
bf3fde2

What's Changed

New Contributors

Full Changelog: v0.6.1...v0.7.0

v0.6.1

Choose a tag to compare

@tmills tmills released this 17 Aug 17:05
42e075c

What's Changed

  • Updated dependencies to fix huggingface hub issue in Docker builds

v0.6.0

Choose a tag to compare

@tmills tmills released this 03 Aug 21:24
5990bf9

What's Changed

  • Training a single model can be done with multiple datasets and tasks, providing task names selects columns from datasets to train on.
  • Move versioning into cnlpt.version by @angus-lherrou in #139
  • Update CONTRIBUTING.md and GitHub Actions to reflect new dev branch naming convention by @angus-lherrou in #140
  • merge docs and github actions changes into dev-v0.6.0 by @angus-lherrou in #144
  • Realign baseline models with new task flow by @angus-lherrou in #150
  • Improved Sphinx docs by @angus-lherrou in #154
    • Move type strings into annotations
    • Setup autodoc type hints
  • Add support for loading local encoders for fine-tuning by @angus-lherrou in #152
  • Drop support for Python 3.7 by @angus-lherrou in #161
  • Add functionality to get chunk attentions from hierarchical model forward() so that we can visualize hierarchical attention. by @tmills in #162
  • Add requirements for transform_prot by @angus-lherrou in #153
  • Save config.json in training for CNN models; load best model before prediction (for all models) by @spencerthomas1722 in #164
  • extract chemprot requirements from main setup.cfg (PyPI disallows direct dependency links) by @angus-lherrou in #168

New Contributors

Full Changelog: v0.5.0...v0.6.0

v0.5.0

Choose a tag to compare

@tmills tmills released this 04 Apr 17:32
7b0fd17

What's Changed

New Contributors

Full Changelog: v0.4.0...v0.5.0

v0.4.0

Choose a tag to compare

@tmills tmills released this 09 Dec 00:27

What's Changed

The biggest change in this release is to the way datasets are managed. We now use Huggingface Datasets as a backend and so we have removed much of the dataset processing code. Fine-tuning on a new task no longer involves writing code, but it does require dataset to be in one of a few standard formats.

  • v0.3.2: remove usage of deprecated ALL_PRETRAINED_CONFIG_ARCHIVE_MAP by @tmills in #98
  • using new datasets library (motivated by mimic los task) by @tmills in #99
  • V0.4.0 by @tmills in #104

Full Changelog: v0.3.2...v0.4.0

v0.3.2

Choose a tag to compare

@angus-lherrou angus-lherrou released this 26 Sep 17:12

What's Changed

  • v0.3.2: remove usage of deprecated ALL_PRETRAINED_CONFIG_ARCHIVE_MAP by @angus-lherrou in #94

Full Changelog: v0.3.1...v0.3.2

v0.3.1

Choose a tag to compare

@angus-lherrou angus-lherrou released this 26 Sep 17:11

What's Changed

  • Add GitHub Actions for building and testing new versions in #87
  • Add basic testing capabilities in #89
  • Bugfixes for #85, #88, and #91 in #93

Full Changelog: v0.3.0...v0.3.1

v0.3.0

Choose a tag to compare

@tmills tmills released this 23 Jun 18:24
da81b6f

The latest release contains bug fixes, better documentation, new features, and better information about how to contribute.