alibi.utils.download

Functions

spacy_model

spacy_model(model: str = 'en_core_web_md') -> None

Download spaCy model.

Name
Type
Default
Description

model

str

'en_core_web_md'

Model to be downloaded.

Returns

  • Type: None

Last updated

Was this helpful?