Module bert

Source
Expand description

BERT (Devlin et al., 2018)

Structsยง

BertConfig
Bert model configuration.
BertEmbeddings
Construct the embeddings from word, position and token_type embeddings.
BertEncoder
BERT encoder.
BertLayer
BERT layer.