zero.io.load_jsonl¶ zero.io.load_jsonl(path, **kwargs)[source]¶ Load JSONL data from a file. Parameters path (PathLike) – path to the file. The file must exist. kwargs – arguments for json.loads Returns The data. Return type List[JSON]