FloatListSeqTensorizer for List[List[[float]] features. (#1374)class_accuracy in MultiLabelSoftClassificationMetrics (#1371)move_state_dict_to_gpu, which is causing CUDA OOM (#1367)ClassificationOutputLayer that pad_idx is never respected (#1347)RoBERTa and XLM-R
π TorchScript support
Others
create_module to create CharacterEmbedding (#920)ConsistentXLMModel (#913)π Note: this is the last release with _Deprecated classes. Those classes will be removed in the next release.
π New Features:
π Documentation / Usability / Logging:
π Bug fixes:
v0.2.1
(skipped because of packaging issues)
(skipped because of packaging issues)
Note: This release makes the new data handler API the default and deprecates Task and Model classes using the old data handler API. We recommend that you migrate your models to the new API as soon as possible. More details here: https://www.facebook.com/groups/pytext/permalink/1038962512978256/
π New Stuff
π Many bug fixes and code clean-ups
Note: this is a last release in 0.1.x. The next release will deprecate Task and Model base classes and make the improved API of the new data handler the default. You can start using it already by inheriting from NewTask. NewDocumentClassification and NewWordTaggingTask use this new API, and you can get the first example in the tutorial "Custom Data Format".
π New Stuff
π Many bug fixes and code clean-ups
π New Stuff
pip freeze to pin all dependency versions as part of release, should increase stabilityQueryDocumentPairwiseRankingModelπ And lots of bug fixes
Known Issues
π PyText doesn't work with the new ONNX v1.4.0, so we have pinned it to 1.3.0 for now