πŸ“„ Load Json From PredictionsΒΆ

processors.load_json_from_predictions

PostProcess(
    process_references=False,
    operator=LoadJson(
        allow_failure=True,
        failure_value=[],
    ),
)
[source]

from unitxt.struct_data_operators import LoadJson

Read more about catalog usage here.