unitxt icon indicating copy to clipboard operation
unitxt copied to clipboard

Fixed YesNoTemplate and Diverse LabelSampler, to support binary task typing.

Open yoavkatz opened this issue 1 year ago • 0 comments

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.

yoavkatz avatar May 16 '24 08:05 yoavkatz