Upload folder using huggingface_hub
Browse files- README.md +4 -2
- config.json +1 -1
- data_config.yaml +3 -0
- pytorch_model.bin +2 -2
README.md
CHANGED
@@ -28,7 +28,7 @@ This model class uses satellite data, numericl weather predictions, and recent G
|
|
28 |
|
29 |
<!-- This should link to a Data Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
|
30 |
|
31 |
-
The model is trained on data from
|
32 |
|
33 |
|
34 |
### Preprocessing
|
@@ -38,7 +38,9 @@ Data is prepared with the `ocf_datapipes.training.pvnet` datapipe [2].
|
|
38 |
|
39 |
## Results
|
40 |
|
41 |
-
The training logs for the current model can be found
|
|
|
|
|
42 |
|
43 |
The training logs for all model runs of PVNet2 can be found [here](https://wandb.ai/openclimatefix/pvnet2.1).
|
44 |
|
|
|
28 |
|
29 |
<!-- This should link to a Data Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
|
30 |
|
31 |
+
The model is trained on data from 2019-2022 and validated on data from 2022-2023. See experimental notes in the [the google doc](https://docs.google.com/document/d/1fbkfkBzp16WbnCg7RDuRDvgzInA6XQu3xh4NCjV-WDA/edit?usp=sharing) for more details.
|
32 |
|
33 |
|
34 |
### Preprocessing
|
|
|
38 |
|
39 |
## Results
|
40 |
|
41 |
+
The training logs for the current model can be found here:
|
42 |
+
- [https://wandb.ai/openclimatefix/pvnet2.1/runs/rvlntlb4](https://wandb.ai/openclimatefix/pvnet2.1/runs/rvlntlb4)
|
43 |
+
|
44 |
|
45 |
The training logs for all model runs of PVNet2 can be found [here](https://wandb.ai/openclimatefix/pvnet2.1).
|
46 |
|
config.json
CHANGED
@@ -40,7 +40,7 @@
|
|
40 |
"dropout_frac": 0.0
|
41 |
},
|
42 |
"embedding_dim": 16,
|
43 |
-
"include_sun":
|
44 |
"include_gsp_yield_history": false,
|
45 |
"forecast_minutes": 2880,
|
46 |
"history_minutes": 60,
|
|
|
40 |
"dropout_frac": 0.0
|
41 |
},
|
42 |
"embedding_dim": 16,
|
43 |
+
"include_sun": true,
|
44 |
"include_gsp_yield_history": false,
|
45 |
"forecast_minutes": 2880,
|
46 |
"history_minutes": 60,
|
data_config.yaml
CHANGED
@@ -7,6 +7,9 @@ input_data:
|
|
7 |
default_history_minutes: 60
|
8 |
nwp:
|
9 |
ecmwf:
|
|
|
|
|
|
|
10 |
forecast_minutes: 2880
|
11 |
history_minutes: 60
|
12 |
nwp_channels:
|
|
|
7 |
default_history_minutes: 60
|
8 |
nwp:
|
9 |
ecmwf:
|
10 |
+
dropout_fraction: 1.0
|
11 |
+
dropout_timedeltas_minutes:
|
12 |
+
- -420
|
13 |
forecast_minutes: 2880
|
14 |
history_minutes: 60
|
15 |
nwp_channels:
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:84d1d5ec959b1eb657d94c590fb4af84df15a55d9deb1bd02cdc13ae58c8695f
|
3 |
+
size 330294354
|