shyuep commited on
Commit
47d2cc0
·
verified ·
1 Parent(s): 58dbee4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -10
README.md CHANGED
@@ -164,23 +164,23 @@ configs:
164
  - config_name: pbe
165
  data_files:
166
  - split: train
167
- path: MatPES-PBE-2025.2.json
168
  - config_name: r2scan
169
  data_files:
170
  - split: train
171
- path: MatPES-R2SCAN-2025.2.json
172
  - config_name: pbe-2025.2
173
- data_files: MatPES-PBE-2025.2.json
174
  - config_name: r2scan-2025.2
175
- data_files: MatPES-R2SCAN-2025.2.json
176
  - config_name: pbe-2025.1
177
- data_files: MatPES-PBE-2025.1.json
178
  - config_name: r2scan-2025.1
179
- data_files: MatPES-R2SCAN-2025.1.json
180
  - config_name: pbe-atoms
181
- data_files: MatPES-PBE-atoms.json
182
  - config_name: r2scan-atoms
183
- data_files: MatPES-R2SCAN-atoms.json
184
  papers:
185
  - 2503.04070
186
  ---
@@ -206,10 +206,12 @@ table. MatPES is an initiative by the [Materialyze] Lab and the [Materials Proj
206
  3. **Quality.** MatPES includes computed data from the PBE functional, as well as the high fidelity r2SCAN meta-GGA
207
  functional with improved description across diverse bonding and chemistries.
208
 
209
- The initial v2025.1 release comprises ~400,000 structures from 300K MD simulations. This dataset is much smaller
210
- than other PES datasets in the literature and yet achieves comparable or, in some cases,
211
  [improved performance and reliability](http://matpes.ai/benchmarks) on trained FPs.
212
 
 
 
213
  MatPES is part of the MatML ecosystem, which includes the [MatGL] (Materials Graph Library) and [maml] (MAterials
214
  Machine Learning) packages, the [MatPES] (Materials Potential Energy Surface) dataset, and the [MatCalc] (Materials
215
  Calculator).
 
164
  - config_name: pbe
165
  data_files:
166
  - split: train
167
+ path: MatPES-PBE-2025.2.jsonl
168
  - config_name: r2scan
169
  data_files:
170
  - split: train
171
+ path: MatPES-R2SCAN-2025.2.jsonl
172
  - config_name: pbe-2025.2
173
+ data_files: MatPES-PBE-2025.2.jsonl
174
  - config_name: r2scan-2025.2
175
+ data_files: MatPES-R2SCAN-2025.2.jsonl
176
  - config_name: pbe-2025.1
177
+ data_files: MatPES-PBE-2025.1.jsonl
178
  - config_name: r2scan-2025.1
179
+ data_files: MatPES-R2SCAN-2025.1.jsonl
180
  - config_name: pbe-atoms
181
+ data_files: MatPES-PBE-atoms.jsonl
182
  - config_name: r2scan-atoms
183
+ data_files: MatPES-R2SCAN-atoms.jsonl
184
  papers:
185
  - 2503.04070
186
  ---
 
206
  3. **Quality.** MatPES includes computed data from the PBE functional, as well as the high fidelity r2SCAN meta-GGA
207
  functional with improved description across diverse bonding and chemistries.
208
 
209
+ The initial v2025.1 release comprises ~400,000 structures from 300K MD simulations. The v2025.2 removes some duplicate structures and adds charge information.
210
+ This dataset is much smaller than other PES datasets in the literature and yet achieves comparable or, in some cases,
211
  [improved performance and reliability](http://matpes.ai/benchmarks) on trained FPs.
212
 
213
+ The dataset is provided as jsonl files to facilitate memory-efficient streaming. The original json files are retained for backwards compatibility.
214
+
215
  MatPES is part of the MatML ecosystem, which includes the [MatGL] (Materials Graph Library) and [maml] (MAterials
216
  Machine Learning) packages, the [MatPES] (Materials Potential Energy Surface) dataset, and the [MatCalc] (Materials
217
  Calculator).