def index_label()

in training/data/create_dataset.py [0:0]


def index_label(example):
    example["label"] = example["label"] - 1
    return example