CoolFace
Modelpublic

Contents/bert-base-uncased-test

sourceHugging Faceapache-2.0updated 3y agoView on Hugging Face
0likes8downloads
README.md19 linesDownload Raw Back to root
1---2license: apache-2.03language:4- en5library_name: transformers6pipeline_tag: fill-mask7datasets:8- wikipedia9---10 11# BERT base model (uncased)12 13Pretrained model on English language using a masked language modeling (MLM) objective. It was introduced in14[this paper](https://arxiv.org/abs/1810.04805) and first released in15[this repository](https://github.com/google-research/bert). This model is uncased: it does not make a difference16between english and English.17 18Disclaimer: The team releasing BERT did not write a model card for this model so this model card has been written by19the Hugging Face team.