Minhaj-A1 / finalCapstone

This repository includes the code for the final capstone project concerning sentiment and similarity analysis
0 stars 0 forks source link

Language Model Loading #2

Closed Minhaj-A1 closed 8 months ago

Minhaj-A1 commented 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.

Minhaj-A1 commented 8 months ago

PR #2 closed this issue.