Skip to content

Releases: bkonkle/burn-transformers

v0.3.0

26 Jun 20:50
35d21a2
Compare
Choose a tag to compare

0.3.0

Changed

  • Moved the batcher up to a shared location above the sequence classification pipelines.

Added

  • Added an initial Token Classification pipeline based on Bert for NER and other slot filling tasks.

v0.2.0

07 May 23:21
6cff038
Compare
Choose a tag to compare

0.2.0

Changed

  • Reworked the CLI tools to more easily support pipelines, models, and datasets as the library grows.
  • Updated the way that "with_pooling_layer" is passed into the bert-burn model, to work with the updated branch.

v0.1.0

07 May 22:03
2368559
Compare
Choose a tag to compare

0.1.0

Added

  • Added an initial Text Classification pipeline implementation based on Bert for Sequence Classification.