Releases · huggingface/transformers

By GitHub - 2021-03-21

Description

🤗Transformers: State-of-the-art Natural Language Processing for Pytorch and TensorFlow 2.0. - huggingface/transformers

Summary

  • ConvBERT Six new models are released as part of the ConvBERT implementation: The architecture of the repo has been updated so that each model resides in its folder The past and foreseeable addition of new models means that the number of files in the directory src/transformers keeps growing and becomes harder to navigate and understand.
  • Switching the return_dict argument to True by default The return_dict argument enables the return of named-tuples-like python objects containing the model outputs, instead of the standard tuples.
  • This release includes a model template for the encoder model (similar to the BERT architecture).

 

Topics

  1. NLP (0.17)
  2. UX (0.07)
  3. Coding (0.05)

Similar Articles

The Model’s Shipped; What Could Possibly go Wrong

By Medium - 2021-02-18

In our last post we took a broad look at model observability and the role it serves in the machine learning workflow. In particular, we discussed the promise of model observability & model monitoring…

pytorch-widedeep: deep learning for tabular data

By Medium - 2021-02-22

This is the third of a series of posts introducing pytorch-widedeepa flexible package to combine tabular data with text and images (that could also be used for “standard” tabular data alone). The…