Radiology-reports / README.md
Santhosh1705kumar's picture
Upload dataset
dd7726e verified
metadata
dataset_info:
  features:
    - name: image
      struct:
        - name: bytes
          dtype: binary
        - name: path
          dtype: 'null'
    - name: image_id
      dtype: string
    - name: caption
      dtype: string
    - name: cui
      sequence: string
  splits:
    - name: train
      num_bytes: 10754803585
      num_examples: 47969
    - name: test
      num_bytes: 1348190953
      num_examples: 5996
    - name: validation
      num_bytes: 1361644856
      num_examples: 5997
  download_size: 13460552421
  dataset_size: 13464639394
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*
      - split: validation
        path: data/validation-*