I am trying to run hyperparameter tuning on a bert model. I am feeding as an output one hot encoded labels 14 binary variables in an array. Everything runs good. But the answer of the accuracy metric is not the actual accuracy it throws me something else. As I found in here: https:...