mp20 / README.md
nimashoghi's picture
Upload dataset
4b0507c verified
metadata
dataset_info:
  features:
    - name: material_id
      dtype: string
    - name: formation_energy_per_atom
      dtype: float64
    - name: band_gap
      dtype: float64
    - name: pretty_formula
      dtype: string
    - name: e_above_hull
      dtype: float64
    - name: elements
      dtype: string
    - name: cif
      dtype: string
    - name: spacegroup.number
      dtype: int64
    - name: atomic_numbers
      sequence: int64
    - name: natoms
      dtype: int64
    - name: positions
      sequence:
        sequence: float64
    - name: cell
      sequence:
        sequence: float64
    - name: pbc
      sequence: bool
  splits:
    - name: train
      num_bytes: 47887527
      num_examples: 27136
    - name: val
      num_bytes: 15896530
      num_examples: 9047
    - name: test
      num_bytes: 15865353
      num_examples: 9046
  download_size: 27572728
  dataset_size: 79649410
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: val
        path: data/val-*
      - split: test
        path: data/test-*