The dataset viewer is not available for this dataset.
Cannot get the config names for the dataset.
Error code:   ConfigNamesError
Exception:    JSONDecodeError
Message:      Expecting property name enclosed in double quotes: line 32 column 1 (char 725)
Traceback:    Traceback (most recent call last):
                File "/src/services/worker/src/worker/job_runners/dataset/config_names.py", line 65, in compute_config_names_response
                  for config in sorted(get_dataset_config_names(path=dataset, token=hf_token))
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/inspect.py", line 351, in get_dataset_config_names
                  dataset_module = dataset_module_factory(
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/load.py", line 1511, in dataset_module_factory
                  raise e1 from None
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/load.py", line 1488, in dataset_module_factory
                  return HubDatasetModuleFactoryWithoutScript(
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/load.py", line 1112, in get_module
                  for config_name, dataset_info_dict in json.load(f).items()
                File "/usr/local/lib/python3.9/json/__init__.py", line 293, in load
                  return loads(fp.read(),
                File "/usr/local/lib/python3.9/json/__init__.py", line 346, in loads
                  return _default_decoder.decode(s)
                File "/usr/local/lib/python3.9/json/decoder.py", line 337, in decode
                  obj, end = self.raw_decode(s, idx=_w(s, 0).end())
                File "/usr/local/lib/python3.9/json/decoder.py", line 353, in raw_decode
                  obj, end = self.scan_once(s, idx)
              json.decoder.JSONDecodeError: Expecting property name enclosed in double quotes: line 32 column 1 (char 725)

Need help to make the dataset viewer work? Open a discussion for direct support.

Disclaimer

This was inspired from https://huggingface.co/datasets/lambdalabs/pokemon-blip-captions

Dataset Card for A subset of Magic card BLIP captions

Dataset used to train Magic card text to image model

BLIP generated captions for Magic Card images collected from the web. Original images were obtained from Scryfall and captioned with the pre-trained BLIP model.

For each row the dataset contains image and text keys. image is a varying size PIL jpeg, and text is the accompanying text caption. Only a train split is provided.

Examples

pk1.jpg

A woman holding a flower

pk10.jpg

two knights fighting

pk100.jpg

a card with a unicorn on it

Citation

If you use this dataset, please cite it as:

@misc{yayab2022onepiece,
      author = {YaYaB},
      title = {Magic card creature split BLIP captions},
      year={2022},
      howpublished= {\url{https://huggingface.co/datasets/YaYaB/magic-blip-captions/}}
} 
Downloads last month
5
Edit dataset card