LayoutLM model for Classification. MBart. BERTWeet for NER. Longformer for Multilabel Classification.
ThilinaRajapakse
released this
09 Nov 13:38
·
757 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
Seq2SeqModel
when themodel_name
contained backslashes. - Fixed issue with saving args when a
dataset_class
is specified inSeq2SeqModel
.
Changed
- The Electra implementation used with
ClassificationModel
is now fully compatible with Hugging Face.