burn-transformers

A WIP port of the HuggingFace Transformers library for the Burn deep learning framework

MIT License

Stars
6

Bot releases are hidden (Show)

burn-transformers - v0.2.0 Latest Release

Published by bkonkle 5 months ago

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.
burn-transformers - v0.1.0

Published by bkonkle 5 months ago

0.1.0

Added

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