deepset-ai / COVID-QA

API & Webapp to answer questions about COVID-19. Using NLP (Question Answering) and trusted data sources.
Apache License 2.0
344 stars 121 forks source link

Aggregated class update to the file model.py #141

Open SarruSharma opened 3 years ago

SarruSharma commented 3 years ago

In this update, the class Model and function init was created in the file model.py to protect all variables within the class from direct access of any outside entities. Hence, in this implementation, any means of communicating data to these variables or functions in the file must be done through init function.