DistilBERT

E435865

DistilBERT is a smaller, faster, and lighter-weight distilled version of the BERT language model designed to retain most of its performance while being more efficient for practical NLP applications.

All labels observed (4)

How this entity was disambiguated

Statements (49)

Predicate Object
instanceOf distilled model ⓘ
neural network model ⓘ
pretrained language model ⓘ
transformer-based language model ⓘ
architectureType Transformer ⓘ
availableInLibrary Transformers ⓘ
basedOn BERT ⓘ
compatibleWith Hugging Face Tokenizers ⓘ
ONNX export ⓘ
designedFor efficiency ⓘ
faster inference ⓘ
lower memory usage ⓘ
developedBy Hugging Face ⓘ
distilledFrom BERT base uncased ⓘ
linked to: BERT
hasModelVariant distilbert-base-cased ⓘ
distilbert-base-multilingual-cased ⓘ
distilbert-base-uncased ⓘ
distilbert-base-uncased-finetuned-sst-2-english ⓘ
hiddenSize 768 ⓘ
implementedIn PyTorch ⓘ
inputType tokenized text ⓘ
language English ⓘ
license Apache-2.0 ⓘ
maintainedBy Hugging Face ⓘ
numberOfAttentionHeads 12 ⓘ
numberOfLayers 6 ⓘ
outputType contextualized token embeddings ⓘ
sequence representation ⓘ
paperArchive arXiv ⓘ
paperArxivId 1910.01108 ⓘ
paperTitle DistilBERT: a distilled version of BERT: smaller, faster, cheaper and lighter ⓘ
linked to: DistilBERT
parameterCountRelativeTo about 40 percent fewer parameters than BERT base ⓘ
performanceRetention retains about 97 percent of BERT base performance on GLUE ⓘ
releasedBy Hugging Face ⓘ
releaseYear 2019 ⓘ
speedRelativeTo about 60 percent faster than BERT base ⓘ
supportsTask feature extraction ⓘ
named entity recognition ⓘ
question answering ⓘ
sentiment analysis ⓘ
sequence labeling ⓘ
text classification ⓘ
tokenizerType WordPiece ⓘ
trainingObjective distillation from BERT ⓘ
masked language modeling ⓘ
usedFor production NLP systems ⓘ
resource-constrained environments ⓘ
usesMechanism self-attention ⓘ
vocabularySize 30522 ⓘ

How these facts were elicited

Referenced by (7)

Full triples — surface form annotated when it differs from this entity's canonical label.

DistilBERT → paperTitle → DistilBERT: a distilled version of BERT: smaller, faster, cheaper and lighter ⓘ
linked to: DistilBERT
ALBERT → fullName → A Lite BERT ⓘ
linked to: DistilBERT
ALBERT → acronymFor → A Lite BERT ⓘ
linked to: DistilBERT
EncoderDecoderModel → canUseEncoderType → DistilBertModel ⓘ
linked to: DistilBERT
BERT → influenced → DistilBERT ⓘ