inelgnu commited on
Commit
d0db3a4
1 Parent(s): 8101715

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -313,14 +313,14 @@ df = dataset['compatible_pbe'].to_pandas()
313
  | **cross_compatibility** | Boolean | Whether or not this data can be mixed with other rows from a DFT calculation parameter perspective. More information on our approach below. | |
314
 
315
 
316
- ## Available splits
317
 
318
  To better support the diverse communities that may utilize this dataset, we are providing the following splits of our database:
319
 
320
- - **Compatible, PBE (default)**: This split includes rows filtered to ensure cross-compatibility from a DFT perspective. For details on the filtering methodology, see the section below. Only PBE records are included. We designate this as the default split to prevent accidental training of models on non-compatible data.
321
- - **Compatible, PBESol**: Similar to the Compatible, PBE split, but includes only PBESol data.
322
- - **Compatible, SCAN**: Similar to the Compatible, PBE split, but includes only SCAN data.
323
- - **All**: This split includes all records formatted as described above. **Disclaimer**: Researchers must carefully evaluate the suitability of individual rows for their specific applications.
324
 
325
 
326
  ## Method for compatibility compliance
 
313
  | **cross_compatibility** | Boolean | Whether or not this data can be mixed with other rows from a DFT calculation parameter perspective. More information on our approach below. | |
314
 
315
 
316
+ ## Available subsets
317
 
318
  To better support the diverse communities that may utilize this dataset, we are providing the following splits of our database:
319
 
320
+ - **Compatible, PBE (default)**: This subset includes rows filtered to ensure cross-compatibility from a DFT perspective. For details on the filtering methodology, see the section below. Only PBE records are included. We designate this as the default subset to prevent accidental training of models on non-compatible data.
321
+ - **Compatible, PBESol**: Similar to the Compatible, PBE subset, but includes only PBESol data.
322
+ - **Compatible, SCAN**: Similar to the Compatible, PBE subset, but includes only SCAN data.
323
+ - **All**: This includes all records formatted as described above. **Disclaimer**: Researchers must carefully evaluate the suitability of individual rows for their specific applications.
324
 
325
 
326
  ## Method for compatibility compliance