distilbert-base-uncased distilbert
- Type
- model
- Task
- fill-mask
- Framework
- transformers
- Downloads
- 7,996,848
- Likes
- 931
- Access
- public
- Files
- 0
README
--- language: en tags: - exbert license: apache-2.0 datasets: - bookcorpus - wikipedia --- # DistilBERT base model (uncased) This model is a distilled version of the [BERT base model](https://huggingface.co/bert-base-uncased). It was introduced in [this paper](https://arxiv.org/abs/1910.01108). The…