astroclip-mini / README.md
mhsotoudeh's picture
Upload dataset
b702716 verified
metadata
license: mit
dataset_info:
  features:
    - name: image
      dtype:
        array3_d:
          shape:
            - 152
            - 152
            - 3
          dtype: float32
    - name: spectrum
      dtype:
        array2_d:
          shape:
            - 7781
            - 1
          dtype: float32
    - name: redshift
      dtype: float32
    - name: targetid
      dtype: int64
  splits:
    - name: train
      num_bytes: 484444800
      num_examples: 1120
    - name: test
      num_bytes: 103809600
      num_examples: 240
    - name: val
      num_bytes: 103809600
      num_examples: 240
  download_size: 500187293
  dataset_size: 692064000
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*
      - split: val
        path: data/val-*