Module squeeze_bert

Source
Expand description

SqueezeBERT (Iandola et al., 2020)

SqueezeBERT follows the same architecture as BERT, but replaces most matrix multiplications by grouped convolutions. This reduces the number of parameters and speeds up inference.

Structsยง

SqueezeBertConfig
SqueezeBert model configuration.
SqueezeBertEncoder
SqueezeBERT encoder.