Multi-class classification and Hosted inference API

Hi all,

I want to publish a multi-class text classification model (emotion detection). Currently, the probabilities for all classes sum up to 1. But each class should handled independently from the others (e.g., anger 0.6, joy 0.7, etc…)

What parameters are necessary for the YAML section in der model card?

Here my model.

Thanks,
Max