from spacy_transformers.pipeline_component import DEFAULT_CONFIG CONFIG = { "transformer": DEFAULT_CONFIG, "ner": { "batch_size": 64, }, }