--- language: - en dataset_info: features: - name: id dtype: int64 - name: text dtype: string - name: long_texts dtype: string - name: short_texts dtype: string - name: discharge_summary dtype: string - name: short_codes dtype: string - name: llm_output dtype: string - name: prompt dtype: string splits: - name: train num_bytes: 592139289 num_examples: 33994 - name: val num_bytes: 85508493 num_examples: 4918 download_size: 377883354 dataset_size: 677647782 configs: - config_name: default data_files: - split: train path: data/train-* - split: val path: data/val-* ---