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).