Dataset Viewer
The dataset viewer is not available for this subset.
Cannot get the split names for the config 'default' of the dataset.
Exception:    SplitsNotFoundError
Message:      The split names could not be parsed from the dataset config.
Traceback:    Traceback (most recent call last):
                File "/usr/local/lib/python3.14/site-packages/datasets/inspect.py", line 286, in get_dataset_config_info
                  for split_generator in builder._split_generators(
                                         ~~~~~~~~~~~~~~~~~~~~~~~~~^
                      StreamingDownloadManager(base_path=builder.base_path, download_config=download_config)
                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                  )
                  ^
                File "/usr/local/lib/python3.14/site-packages/datasets/packaged_modules/webdataset/webdataset.py", line 81, in _split_generators
                  first_examples = list(islice(pipeline, self.NUM_EXAMPLES_FOR_FEATURES_INFERENCE))
                File "/usr/local/lib/python3.14/site-packages/datasets/packaged_modules/webdataset/webdataset.py", line 32, in _get_pipeline_from_tar
                  fs: fsspec.AbstractFileSystem = fsspec.filesystem("memory")
                                                  ~~~~~~~~~~~~~~~~~^^^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/fsspec/registry.py", line 302, in filesystem
                  cls = get_filesystem_class(protocol)
                File "/usr/local/lib/python3.14/site-packages/fsspec/registry.py", line 239, in get_filesystem_class
                  raise ValueError(f"Protocol not known: {protocol}")
              ValueError: Protocol not known: memory
              
              The above exception was the direct cause of the following exception:
              
              Traceback (most recent call last):
                File "/src/services/worker/src/worker/job_runners/config/split_names.py", line 66, in compute_split_names_from_streaming_response
                  for split in get_dataset_split_names(
                               ~~~~~~~~~~~~~~~~~~~~~~~^
                      path=dataset,
                      ^^^^^^^^^^^^^
                      config_name=config,
                      ^^^^^^^^^^^^^^^^^^^
                      token=hf_token,
                      ^^^^^^^^^^^^^^^
                  )
                  ^
                File "/usr/local/lib/python3.14/site-packages/datasets/inspect.py", line 340, in get_dataset_split_names
                  info = get_dataset_config_info(
                      path,
                  ...<6 lines>...
                      **config_kwargs,
                  )
                File "/usr/local/lib/python3.14/site-packages/datasets/inspect.py", line 291, in get_dataset_config_info
                  raise SplitsNotFoundError("The split names could not be parsed from the dataset config.") from err
              datasets.inspect.SplitsNotFoundError: The split names could not be parsed from the dataset config.

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

Pinterest Design Resize 0715

This dataset contains the output of the pinterest_parse_0715 crawl for the Pinterest board https://www.pinterest.com/shaney0708/design-resize/.

Contents

  • images.tar: downloaded image files under images/.
  • images.tar.sha256: SHA256 checksum for images.tar.
  • metadata/pins.jsonl: one metadata record per discovered Pinterest pin.
  • metadata/downloaded.csv: compact metadata for successfully downloaded images.
  • metadata/counts.json: crawl and export counts.

Counts at export

  • Total discovered pins: 29,997
  • Board seed pins: 172
  • Visual-search discovered pins: 29,825
  • Recommendation jobs completed: 172
  • Visual-search jobs completed: 172
  • Successful downloads: 24,840
  • Final failed downloads: 5,157
  • Pending downloads: 0
  • Image files in archive: 24,840
  • Image bytes in archive: 4,596,967,531

Relationship Fields

The relationship fields in metadata/pins.jsonl should be interpreted as provenance edges, not worker-attempt counters.

Field Non-empty rows Meaning
collected_by 172 Original board seed records collected from the board URL.
search_by 29,825 Records discovered through Pinterest visual search from a seed pin.
recommend_by 0 No exported records were produced by the recommendation channel.

Important: metadata/counts.json includes recommend_done: 172, but that means the recommendation worker attempted and completed 172 seed jobs. Those attempts did not add any pins, so recommend_by is intentionally empty in the exported metadata. Do not treat this dataset as containing a separate Recommend result set.

Metadata Fields

Each metadata/pins.jsonl row includes:

  • pin_id
  • level
  • origin_img_url
  • alt_text
  • title
  • description
  • collected_by
  • recommend_by
  • search_by
  • downloaded
  • download_error
  • download_attempts
  • image_relpath
  • image_size_bytes
  • created_at
  • updated_at

level=0 corresponds to the original board seeds. level=1 corresponds to pins discovered from visual search.

Downloads last month
8