Skip to content

en_trf_distilbertbaseuncased_lg-2.2.0

Compare
Choose a tag to compare
@explosion-bot explosion-bot released this 08 Oct 13:32
· 1389 commits to master since this release
79eeb72

Downloads

Details: https://spacy.io/models/en#en_trf_distilbertbaseuncased_lg

File checksum: be221dadce03599e57da5c7341abe323ad2fb1a5990a342288745f25d20dc854

Provides weights and configuration for the pretrained transformer model distilbert-base-uncased, published by Hugging Face. The package uses HuggingFace's transformers implementation of the model. Pretrained transformer models assign detailed contextual word representations, using knowledge drawn from a large corpus of unlabelled text. You can use the contextual word representations as features in a variety of pipeline components that can be trained on your own data.

Feature Description
Name en_trf_distilbertbaseuncased_lg
Version 2.2.0
spaCy >=2.2.1
Model size 233 MB
Pipeline  sentencizer, trf_wordpiecer, trf_tok2vec
Vectors 0 keys, 0 unique vectors (0 dimensions)
Sources distilbert-base-uncased (Hugging Face)
License MIT
Author Hugging Face (repackaged by Explosion)

Requires the spacy-transformers package to be installed. A CUDA-compatible GPU is advised for reasonable performance.

Installation

pip install spacy
python -m spacy download en_trf_distilbertbaseuncased_lg