[SOLVED] BERT outputs explained

Issue The keys of the BERT encoder’s output are default, encoder_outputs, pooled_output and sequence_output As far as I can know, encoder_outputs are the output of each encoder, pooled_output is the output of the global context and sequence_output is the output

Continue reading