πŸ“„ Dict Of Lists To Value Key PairsΒΆ

processors.dict_of_lists_to_value_key_pairs

PostProcess(
    operator=DictOfListsToPairs(
        position_key_before_value=False,
        process_every_value=False,
    ),
)
[source]

from unitxt.processors import DictOfListsToPairs

Read more about catalog usage here.