Updates to the new Transformers library and more
The main update for this release is the library moved to HuggingFace's transformers' library. Some changes do break backwards compatibility, but should be minor. A list of the full changes are below.
- Migrated to the new Transformers library
- Added xlnet, distilbert-base-uncased, and xlm networks
- vector_size is no longer required for the Bert Parent.
- Deprecated the SingleModel class in favor of Summarizer