def format_amazon_polarity()

in weak_to_strong/datasets.py [0:0]


def format_amazon_polarity(ex, rng):
    return dict(txt=f"{ex['title']} {ex['content']}", hard_label=ex["label"])