I am trying to built a model for few shot text classification for a multilabel problem. I am facing some issues while trying to import the TARSClassifier
from flair.models import TARSClassifier
from flair.data import Sentence
Attribute Error: Module 'lib' has no attribute 'X509_V_FLAG_NOTIFY_POLICY'
can anyone help me to understand why i might be facing this issue and how can i further troubleshoot this.
Question
I am trying to built a model for few shot text classification for a multilabel problem. I am facing some issues while trying to import the TARSClassifier
from flair.models import TARSClassifier from flair.data import Sentence
Attribute Error: Module 'lib' has no attribute 'X509_V_FLAG_NOTIFY_POLICY'
can anyone help me to understand why i might be facing this issue and how can i further troubleshoot this.