--- 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: pdb_id dtype: string - name: dpp_class dtype: string - name: ligand_name dtype: string - name: binding_type dtype: string - name: coordinates list: list: float32 - name: num_atoms dtype: int16 - name: replica_id dtype: int8 splits: - name: train num_bytes: 436846583170 num_examples: 1008074 - name: test num_bytes: 93624000707 num_examples: 216042 - name: validation num_bytes: 93613858649 num_examples: 216028 download_size: 497544473068 dataset_size: 624084442526 ---