--- configs: - config_name: default data_files: - split: train path: data/train-* dataset_info: features: - name: recordId dtype: int64 - name: PMID dtype: int64 - name: title dtype: string - name: abstract dtype: string - name: labels dtype: int64 - name: abstract_labels dtype: int64 splits: - name: train num_bytes: 1372361 num_examples: 851 download_size: 704555 dataset_size: 1372361 --- # cohen-adhd-clean This dataset was created from the file ADHD-clean.csv in the collection of data files. ## Dataset Structure The dataset contains 851 rows and 6 columns. ## Features - `recordId`: int64 - `PMID`: int64 - `title`: object - `abstract`: object - `labels`: int64 - `abstract_labels`: int64 ## Source Original file: ADHD-clean.csv