def simple_accuracy()

in run_multiple_choice.py [0:0]


def simple_accuracy(preds, labels):
    return (preds == labels).mean()