Hugging-Py-Face v0.2.0: Supported Additional NLP Tasks, Added a Retry Mechanism and Logging
This release introduces a few non-breaking changes to the package.
Change Log
- Added support for the question answering, sentence similarity and zero shot classification tasks to be applied on DataFrames
- Added support for the table question answering task (DataFrames includedd)
- Added a retry mechanism to be applied in situations where the HTTP service is unavailable
- Added logging capabilities
- Fixed a few minor bugs
- Improved unit tests
Users are strongly encouraged to use this version as it includes additional functionality and improves the stability of the package through the retry mechanism.