Changelog
Changelog¶
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[0.1.2] - 2022-06-29¶
Added¶
- Added encoding for
LayoutXLMmodel. - Added real encoding tests for
LayoutLMv2,LayoutLMv3, andLayoutXLMmodels. - Added more examples to documentation.
[0.1.1] - 2022-06-26¶
Added¶
- Added tests for the
_get_label_listfunction to assert that it returns a list of labels and the inputs are valid. - Improve tests for
tokenize_dataset. - Added quick usage guide to the README.
[0.1.0] - 2022-06-24¶
Added¶
- First release of the package on PyPI. 🎉
- Added repository and dependencies.
- Added documentation via GitHub pages.
- Added automatic dataset tokenization for
LayoutLMv2andLayoutLMv3.