LightXML icon indicating copy to clipboard operation
LightXML copied to clipboard

How to get the real prediction?

Open celsofranssa opened this issue 1 year ago • 0 comments

The predicted labels' ids for a given text are mapped to other ids, as below:

        true_labels = set([label_map[i] for i in true_labels.split()])

How could someone save the predictions for each test text using the raw labels' ids assigned to each text?

celsofranssa avatar Dec 23 '24 00:12 celsofranssa