Problem with Classlabel : Class label -100 greater than configured num_classes 18

Hi,

Thanks for reporting. It’s a mistake on my side, the ‘labels’ are actually of type datasets.Sequence(feature=datasets.Value(dtype='int64')), rather than ClassLabel.

1 Like