--- configs: - config_name: default data_files: - split: train path: data/train-* - split: test path: data/test-* - split: validation path: data/validation-* dataset_info: features: - name: pmcid dtype: large_string - name: pmid dtype: large_string - name: topic dtype: large_string - name: confidence dtype: float64 - name: class_distribution dtype: large_string - name: text dtype: large_string splits: - name: train num_bytes: 41969554137 num_examples: 1187184 - name: test num_bytes: 277058374 num_examples: 7500 - name: validation num_bytes: 450138782 num_examples: 8563 download_size: 20803213512 dataset_size: 42696751293 ---