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.12/site-packages/datasets/inspect.py", line 286, in get_dataset_config_info
                  for split_generator in builder._split_generators(
                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/packaged_modules/folder_based_builder/folder_based_builder.py", line 192, in _split_generators
                  raise ValueError(f"Found metadata files with different extensions: {list(metadata_ext)}")
              ValueError: Found metadata files with different extensions: ['.csv', '.jsonl']
              
              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 65, in compute_split_names_from_streaming_response
                  for split in get_dataset_split_names(
                               ^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/inspect.py", line 340, in get_dataset_split_names
                  info = get_dataset_config_info(
                         ^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/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.

Supermix Science Vision Dataset

This dataset repo contains the compact science-diagram image set used for the local Science Vision Micro model in the Supermix workspace.

Files

  • images/ with 11 labeled PNG images
  • metadata.csv
  • metadata.jsonl
  • science_image_recognition_micro_v1_summary.json

Labels

  • cell
  • magnet
  • circuit
  • water_cycle
  • moon_phases
  • photosynthesis
  • solar_system
  • dna
  • temperature
  • states_of_matter
  • light_dispersion

Format

metadata.csv and metadata.jsonl map each image file to its label, concept, caption, and tags.

Notes

  • This is the local science-vision dataset prepared in output/science_vision_dataset.
  • The included summary JSON records the training context for the associated Science Vision Micro model.
Downloads last month
43