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 have medical reports, and I try to predict the disease associated with each report :
both medical reports and disease to predict are written by humans -> mistakes, inconsistency in label names (same disease different ways to write it and reverse)
Should I use RobertaForSequenceClassifier or AutomodelForSequenceClassifier ?
what-s the best way to handle imperfect labels ? Embed them in the same roberta tokenized space, and predict the mean of the vector, or predict the whole vector (it becomes then a multilabel task).
best
The text was updated successfully, but these errors were encountered:
I have medical reports, and I try to predict the disease associated with each report :
best
The text was updated successfully, but these errors were encountered: