Unable to load dataset
#1
by
Kushrjain
- opened
I get the following error when trying to load dataset via the datasets library:
ERROR:datasets.packaged_modules.json.json:Failed to read file '/root/.cache/huggingface/datasets/downloads/1e65a1c68f0c2d71a8b2d0802a3a9a0153ca14556338ff2a45f71acf02e595f8' with error <class 'pyarrow.lib.ArrowInvalid'>: JSON parse error: Invalid value. in row 0
JSONDecodeError Traceback (most recent call last)
/usr/local/lib/python3.10/dist-packages/datasets/packaged_modules/json/json.py in _generate_tables(self, files)
133 with open(file, encoding="utf-8") as f:
--> 134 dataset = json.load(f)
135 except json.JSONDecodeError:
15 frames
JSONDecodeError: Expecting value: line 1 column 1 (char 0)
Could you provide a helper notebook for dataset loading for the multi-modal product search task? TIA