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…