Skip to content

Updates to the new Transformers library and more

Compare
Choose a tag to compare
@dmmiller612 dmmiller612 released this 28 Sep 16:57
· 136 commits to master since this release

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