You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
New Features
Updated integration of the transformers library. Instead of a having a series of objects for each type of Transformer model, there are now only two: PretrainedTransformerField and PretrainedTransformerEmbedder which support aliases from any type of Transformer model. This should ensure that the integration does not need to be updated when new models are added in the transformers library.
Bug Fixes
Fixed a bug where the Trainer could run out of training batches
The TabularDataset.from_path class method now correctly supports paths which use smartopen
Breaking Changes
All objects from the older transformers library integration have been removed.