Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,27 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: cc-by-4.0
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc-by-4.0
|
| 3 |
+
datasets:
|
| 4 |
+
- deinal/spacecast-data
|
| 5 |
+
tags:
|
| 6 |
+
- space
|
| 7 |
+
- plasma
|
| 8 |
+
- physics
|
| 9 |
+
---
|
| 10 |
+
|
| 11 |
+
# Models Pretrained on the Vlasiator Dataset for Ion-kinetic Plasma Emulation
|
| 12 |
+
|
| 13 |
+
The models have been produced using [spacecast](https://github.com/fmihpc/spacecast). The repository contains the following:
|
| 14 |
+
```
|
| 15 |
+
model_weights/
|
| 16 |
+
βββ forecasts/ - Directory containing example forecasts for each run
|
| 17 |
+
βββ metrics/ - Evaluation metrics for each model variation in csv format
|
| 18 |
+
βββ plots/ - Evaluation figures showcasing RMSE, CRPS, SSR scores and qualitative results
|
| 19 |
+
βββ graph_efm_simple.ckpt - Pretrained Graph-EFM model with simple graph, 12 proc layers and 256 latent dim
|
| 20 |
+
βββ graph_efm_multiscale.ckpt - Pretrained Graph-EFM model with multiscale graph, 12 proc layers and 256 latent dim
|
| 21 |
+
βββ graph_efm_hierarchical.ckpt - Pretrained Graph-EFM model with hierarchical graph, 6 proc layers and 256 latent dim
|
| 22 |
+
βββ graph_fm_simple.ckpt - Pretrained Graph-FM model with simple graph, 12 proc layers and 256 latent dim
|
| 23 |
+
βββ graph_fm_multiscale.ckpt - Pretrained Graph-FM model with multiscale graph, 12 proc layers and 256 latent dim
|
| 24 |
+
βββ graph_fm_hierarchical.ckpt - Pretrained Graph-FM model with hierarchical graph, 6 proc layers and 256 latent dim
|
| 25 |
+
```
|
| 26 |
+
|
| 27 |
+
In the `forecast` directory you will find 50 second forecasts for each of the for runs in [spacecast-data](https://huggingface.co/datasets/deinal/spacecast-data). The models used to produce these are `graph_efm_simple.ckpt` and `graph_fm_simple.ckpt`. Test set metrics are available in `metrics`. For a full evaluation including visualization of the example forecasts see the `plots` directory.
|