bert-base-uncased google-bert
- Tipo
- model
- Tarea
- fill-mask
- Framework
- transformers
- Descargas
- 117,026,353
- Me gusta
- 2,734
- Acceso
- public
- Archivos
- 0
README
--- language: en tags: - exbert license: apache-2.0 datasets: - bookcorpus - wikipedia --- # BERT base model (uncased) Pretrained model on English language using a masked language modeling (MLM) objective. It was introduced in [this paper](https://arxiv.org/abs/1810.04805) and first released in [th…