BERT release
Regroups the original BERT models released by the Google team. Except for the models marked otherwise, the checkpoints support English.
Fill-Mask • Updated • 8.67M • 267Note Base BERT model, smaller variant. Trained on the "cased" dataset, meaning that it wasn't lowercase and all accents were kept. 12-layer, 768-hidden, 12-heads , 110M parameters
google-bert/bert-base-uncased
Fill-Mask • Updated • 68.3M • 1.91kNote Base BERT model, smaller variant. Trained on the "uncased" dataset, meaning that it was lowercase and all accents were removed. 12-layer, 768-hidden, 12-heads , 110M parameters
google-bert/bert-large-cased
Fill-Mask • Updated • 1.21M • 31Note Large BERT model, larger variant. Trained on the "cased" dataset, meaning that it wasn't lowercase and all accents were kept. 24-layer, 1024-hidden, 16-heads, 340M parameters
google-bert/bert-large-uncased
Fill-Mask • Updated • 1.82M • 115Note Large BERT model, larger variant. Trained on the "uncased" dataset, meaning that it was lowercase and all accents were removed. 24-layer, 1024-hidden, 16-heads, 340M parameters
google-bert/bert-base-multilingual-cased
Fill-Mask • Updated • 5.3M • 447Note Base BERT model, smaller variant. The list of supported languages is available here: https://github.com/google-research/bert/blob/master/multilingual.md#list-of-languages 104 languages, 12-layer, 768-hidden, 12-heads, 110M parameters
google-bert/bert-base-chinese
Fill-Mask • Updated • 1.65M • 995Note Base BERT model, smaller variant. Chinese Simplified and Traditional, 12-layer, 768-hidden, 12-heads, 110M parameters
google-bert/bert-large-cased-whole-word-masking
Fill-Mask • Updated • 4.3k • 15Note Large BERT model, larger variant. Trained on the "cased" dataset, meaning that it wasn't lowercase and all accents were kept. Whole word masking indicates a different preprocessing where entire words are masked rather than subwords. The BERT team reports better metrics with the wwm models. 24-layer, 1024-hidden, 16-heads, 340M parameters
google-bert/bert-large-uncased-whole-word-masking
Fill-Mask • Updated • 28.2k • 19Note Large BERT model, larger variant. Trained on the "uncased" dataset, meaning that it was lowercase and all accents were removed. Whole word masking indicates a different preprocessing where entire words are masked rather than subwords. The BERT team reports better metrics with the wwm models. 24-layer, 1024-hidden, 16-heads, 340M parameters