DiaMED / README.md
ygorg's picture
Convert dataset to Parquet
fc5baf4 verified
|
raw
history blame
2.73 kB
metadata
license: cc-by-4.0
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: identifier
      dtype: string
    - name: title
      dtype: string
    - name: clinical_case
      dtype: string
    - name: topic
      dtype: string
    - name: keywords
      sequence: string
    - name: domains
      sequence: string
    - name: collected_at
      dtype: string
    - name: published_at
      dtype: string
    - name: source_url
      dtype: string
    - name: source_name
      dtype: string
    - name: license
      dtype: string
    - name: figures_urls
      sequence: string
    - name: figures_paths
      sequence: string
    - name: figures
      sequence: image
    - name: icd-10
      dtype:
        class_label:
          names:
            '0': A00-B99  Certain infectious and parasitic diseases
            '1': C00-D49  Neoplasms
            '2': >-
              D50-D89  Diseases of the blood and blood-forming organs and
              certain disorders involving the immune mechanism
            '3': E00-E89  Endocrine, nutritional and metabolic diseases
            '4': F01-F99  Mental, Behavioral and Neurodevelopmental disorders
            '5': G00-G99  Diseases of the nervous system
            '6': H00-H59  Diseases of the eye and adnexa
            '7': H60-H95  Diseases of the ear and mastoid process
            '8': I00-I99  Diseases of the circulatory system
            '9': J00-J99  Diseases of the respiratory system
            '10': K00-K95  Diseases of the digestive system
            '11': L00-L99  Diseases of the skin and subcutaneous tissue
            '12': >-
              M00-M99  Diseases of the musculoskeletal system and connective
              tissue
            '13': N00-N99  Diseases of the genitourinary system
            '14': O00-O9A  Pregnancy, childbirth and the puerperium
            '15': P00-P96  Certain conditions originating in the perinatal period
            '16': >-
              Q00-Q99  Congenital malformations, deformations and chromosomal
              abnormalities
            '17': >-
              R00-R99  Symptoms, signs and abnormal clinical and laboratory
              findings, not elsewhere classified
            '18': >-
              S00-T88  Injury, poisoning and certain other consequences of
              external causes
            '19': U00-U85  Codes for special purposes
            '20': V00-Y99  External causes of morbidity
            '21': >-
              Z00-Z99  Factors influencing health status and contact with health
              services
  splits:
    - name: train
      num_bytes: 496014096
      num_examples: 509
    - name: validation
      num_bytes: 70277322
      num_examples: 76
    - name: test
      num_bytes: 169859999
      num_examples: 154
  download_size: 730890849
  dataset_size: 736151417