Closed Minhaj-A1 closed 8 months ago
Reloading spacy models (from en_core_web_sm to en_core_web_md) within the same session is inefficient. Resolve this by initializing the most suitable model at the start or managing resources more effectively to enhance performance.
PR #2 closed this issue.
Reloading spacy models (from en_core_web_sm to en_core_web_md) within the same session is inefficient. Resolve this by initializing the most suitable model at the start or managing resources more effectively to enhance performance.