distilbert-base-uncased distilbert
- 类型
- model
- 任务
- fill-mask
- 框架
- transformers
- 下载量
- 7,996,848
- 点赞
- 931
- 访问
- public
- 文件
- 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…