inelgnu commited on
Commit
8b87bbc
1 Parent(s): d0db3a4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -315,7 +315,7 @@ df = dataset['compatible_pbe'].to_pandas()
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.
 
315
 
316
  ## Available subsets
317
 
318
+ To better support the diverse communities that may utilize this dataset, we are providing the following subsets 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.