Foundry Datasets
Describe the metadata that is for each Foundry dataset
Data
Example - Record-Based Data
Tabular Data
{
"short_name": "oqmd-bandgaps",
"data_type": "tabular",
"task_type": ["supervised"],
"domain": ["materials science"],
"n_items": 29197,
"splits": [{
"type": "train",
"path": "foundry_dataframe.json",
"label": "train"
}],
"keys": [{
"key": ["reference"],
"type": "input",
"units": "",
"description": "source publication of the bandgap value"
}, {
"key": ["icsd_id"],
"type": "input",
"units": "",
"description": "corresponding id in ICSD of this compound"
}, {
"key": ["structure"],
"type": "input",
"units": "",
"description": "the structure of this compound"
}, {
"key": ["composition"],
"type": "input",
"units": "",
"description": "reduced composition of this compound"
}, {
"key": ["comments"],
"type": "input",
"units": "",
"description": "Additional information about this bandgap measurement"
}, {
"key": ["bandgap type"],
"type": "input",
"units": "",
"description": "the type of the bandgap, e.g., direct or indirect"
}, {
"key": ["comp method"],
"type": "input",
"units": "",
"description": "functional used to calculate the bandgap"
}, {
"key": ["space group"],
"type": "input",
"units": "",
"description": "the space group of this compound"
},
{
"key": ["bandgap value (eV)"],
"type": "output",
"units": "eV",
"description": "value of the bandgap"
}
]
}Hierarchical Data
Descriptive Metadata
Last updated
Was this helpful?