Update README.md
Browse files
README.md
CHANGED
|
@@ -10,17 +10,19 @@ configs:
|
|
| 10 |
- config_name: default
|
| 11 |
data_files:
|
| 12 |
- split: train
|
| 13 |
-
path:
|
| 14 |
- split: train_downsampled
|
| 15 |
-
path:
|
| 16 |
- split: train_downsampled_bal
|
| 17 |
-
path:
|
| 18 |
- split: test
|
| 19 |
-
path:
|
| 20 |
- split: val
|
| 21 |
-
path:
|
| 22 |
- split: val_downsampled_bal
|
| 23 |
-
path:
|
|
|
|
|
|
|
| 24 |
---
|
| 25 |
|
| 26 |
This dataset is intended to be used for training/testing solar flare forecasting models. It contains various data splits (in json format) of SDO/HMI magnetogram images compiled by
|
|
|
|
| 10 |
- config_name: default
|
| 11 |
data_files:
|
| 12 |
- split: train
|
| 13 |
+
path: data/train/metadata_hmi_Mthr_train.json
|
| 14 |
- split: train_downsampled
|
| 15 |
+
path: data/train/metadata_hmi_Mthr_downsampled_train.json
|
| 16 |
- split: train_downsampled_bal
|
| 17 |
+
path: data/train/metadata_hmi_Mthr_downsampled_bal_train.json
|
| 18 |
- split: test
|
| 19 |
+
path: data/test/metadata_hmi_Mthr_test.json
|
| 20 |
- split: val
|
| 21 |
+
path: data/cv/metadata_hmi_Mthr_cv.json
|
| 22 |
- split: val_downsampled_bal
|
| 23 |
+
path: data/cv/metadata_hmi_Mthr_downsampled_bal_cv.json
|
| 24 |
+
task_categories:
|
| 25 |
+
- image-classification
|
| 26 |
---
|
| 27 |
|
| 28 |
This dataset is intended to be used for training/testing solar flare forecasting models. It contains various data splits (in json format) of SDO/HMI magnetogram images compiled by
|