--- dataset_info: features: - name: id dtype: int64 - name: consult_input dtype: string - name: turing_output dtype: string - name: patient_info dtype: string - name: hospital_info dtype: string - name: case_info dtype: string - name: text_question dtype: string - name: difficulty_tags dtype: string - name: question_tag dtype: string - name: signals_present dtype: string - name: signals_not_present dtype: string - name: signals_present_id dtype: string - name: signals_not_present_id dtype: string - name: diagnosis_present dtype: string - name: diagnosis_not_present dtype: string - name: diagnosis_present_id dtype: string - name: diagnosis_not_present_id dtype: string - name: recommendations_present dtype: string - name: recommendations_not_present dtype: string - name: recommendations_present_id dtype: string - name: recommendations_not_present_id dtype: string splits: - name: train num_bytes: 132735845 num_examples: 9000 - name: test num_bytes: 14812025 num_examples: 1000 download_size: 31982210 dataset_size: 147547870 configs: - config_name: default data_files: - split: train path: data/train-* - split: test path: data/test-* ---