corrected minor typos
Browse files
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`
|
230 |
-
scenario
|
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 |
|