from simpletransformers.question_answering import QuestionAnsweringModel
got this attribute error:
AttributeError: module 'urllib3.util' has no attribute 'PROTOCOL_TLS'
from simpletransformers.question_answering import QuestionAnsweringModel
got this attribute error:
AttributeError: module 'urllib3.util' has no attribute 'PROTOCOL_TLS'
Using
!pip freezesolved the issue