unitxt.normalizers module

class unitxt.normalizers.NormalizeListFields(data_classification_policy: List[str] = None, _requirements_list: List[str] | Dict[str, str] = [], requirements: List[str] | Dict[str, str] = [], caching: bool = None, apply_to_streams: List[str] = None, dont_apply_to_streams: List[str] = None, fields: List[str] = __required__, key_prefix: str = '', empty_value: str = '', separator: str = ', ')[source]

Bases: InstanceOperator