dmacres's picture
Upload README.md with huggingface_hub
43e94bc
metadata
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: validation
        path: data/validation-*
      - split: test
        path: data/test-*
dataset_info:
  features:
    - name: subject_id
      dtype: int64
    - name: hadm_id
      dtype: float64
    - name: target_text
      dtype: string
    - name: extractive_notes_summ
      dtype: string
    - name: n_notes
      dtype: int64
    - name: notes
      list:
        - name: category
          dtype: string
        - name: chartdate
          dtype: string
        - name: description
          dtype: string
        - name: row_id
          dtype: int64
        - name: text
          dtype: string
  splits:
    - name: train
      num_bytes: 1518715010
      num_examples: 24993
    - name: validation
      num_bytes: 342865059
      num_examples: 5356
    - name: test
      num_bytes: 326661857
      num_examples: 5356
  download_size: 896512070
  dataset_size: 2188241926

Dataset Card for "mimiciii-hospitalcourse-meta"

More Information needed