viserjor commited on
Commit
f734db6
·
verified ·
1 Parent(s): d53f7bb

corrected minor typos

Browse files
Files changed (1) hide show
  1. README.md +2 -3
README.md CHANGED
@@ -226,9 +226,8 @@ All evaluation scripts will be publicly available on GitLab and Huggingface to e
226
  Note that only the **`LUTdata`** matrix (i.e., the predictions) are needed. A baseline example of this file is available for participants (`baseline_Sn.h5`).
227
  We encourage participants to compress their hdf5 files using the deflate option.
228
 
229
- - Each prediction file must be stored in`predictions` subfolder within the corresponding
230
- scenario folder (e.g., (e.g. `/scenarioA/predictions`). The prediction files should be named using the emulator/model name followed by the scenario-track ID
231
- (e.g. `/scenarioA/predictions/mymodel_A1.h5`). A global attributed named `runtime`must be included to report the
232
  computational efficiency of your model (value expressed in seconds).
233
  Note that all predictions for different scenario-tracks should be stored in separate files.
234
 
 
226
  Note that only the **`LUTdata`** matrix (i.e., the predictions) are needed. A baseline example of this file is available for participants (`baseline_Sn.h5`).
227
  We encourage participants to compress their hdf5 files using the deflate option.
228
 
229
+ - Each prediction file must be stored in the `results` folder in this repository. The prediction files should be named using the emulator/model name followed by
230
+ the scenario-track ID (e.g. `/results/mymodel_A1.h5`). A global attributed named `runtime` must be included to report the
 
231
  computational efficiency of your model (value expressed in seconds).
232
  Note that all predictions for different scenario-tracks should be stored in separate files.
233