magika icon indicating copy to clipboard operation
magika copied to clipboard

Clarify in models README's that the IDs in the "model's outputs" are not the real IDs (or, better, remove them)

Open reyammer opened this issue 11 months ago • 1 comments

In the models' README, we have a table with the list of possible outputs and IDs. These IDs are NOT the IDs / indexes of the model's softmax layer (undefined is not a real model output, but it is a possible value for dl.output). We should probably clarify this nit, as it may lead to false assumptions. The real source of truth for ID <=> content type is the model's config target labels.

Update: we should likely just remove them. /cc @ia0

reyammer avatar Mar 24 '25 11:03 reyammer

+1 to remove them, they seem to have to significance

ia0 avatar Apr 17 '25 12:04 ia0