Releases: bkonkle/burn-transformers
Releases · bkonkle/burn-transformers
v0.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
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
Added
- Added an initial Text Classification pipeline implementation based on Bert for Sequence Classification.