LayoutLM model for Classification. MBart. BERTWeet for NER. Longformer for Multilabel Classification.
·
769 commits
to master
since this release
Added
- Added LayoutLM for Classification.
- Added MBart. Zhylkaaa
- Added BERTweet for NER. @manueltonneau
- Added Longformer for Multilabel Classification. @manueltonneau
Fixed
- Fixed issue with
Seq2SeqModelwhen themodel_namecontained backslashes. - Fixed issue with saving args when a
dataset_classis specified inSeq2SeqModel.
Changed
- The Electra implementation used with
ClassificationModelis now fully compatible with Hugging Face.