I am running tests on BERT transformers and using the evaluate Python library. On their site, it says: "computed with Accuracy = (TP + TN) / (TP + TN + FP + FN) Where: TP: True positive TN: True negative FP: False positive FN: False negative", which seems to indicate that it is the macro-accuracy.

More Sanda-Maria Dragoș Avram's questions See All
Similar questions and discussions