MohammadOthman's picture
Update spaCy pipeline
b397e23
raw
history blame
160 Bytes
from spacy_transformers.pipeline_component import DEFAULT_CONFIG
CONFIG = {
"transformer": DEFAULT_CONFIG,
"ner": {
"batch_size": 64,
},
}