unitxt
unitxt copied to clipboard
Fixed YesNoTemplate and Diverse LabelSampler, to support binary task typing.
Fixed YesNoTemplate used to assume 'class' field was a list.
Diverse LabelSampler, assumed the choices are a list. However, in binary classification, the "choices" field is "class", which is a string string. Added the option to support this.