You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: