Sam-Roggeman's picture
Upload dataset
cc67ecd verified
|
raw
history blame
724 Bytes
metadata
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: validation
        path: data/validation-*
      - split: test
        path: data/test-*
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: int64
  splits:
    - name: train
      num_bytes: 48528817818
      num_examples: 111985
    - name: validation
      num_bytes: 10403894258
      num_examples: 24009
    - name: test
      num_bytes: 10410775444
      num_examples: 24022
  download_size: 55282317938
  dataset_size: 69343487520