Upload folder using huggingface_hub
Browse files- README.md +6 -4
- config.json +5 -14
- pytorch_model.bin +2 -2
README.md
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
---
|
2 |
language: en
|
3 |
-
license: mit
|
4 |
library_name: pytorch
|
|
|
5 |
---
|
6 |
|
7 |
|
@@ -28,12 +28,14 @@ This model class sums the output of the PVNet model's GSP level predictions to m
|
|
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
|
|
|
|
|
32 |
|
33 |
|
34 |
### Preprocessing
|
35 |
|
36 |
-
|
37 |
|
38 |
|
39 |
## Results
|
@@ -53,4 +55,4 @@ Trained on a single NVIDIA Tesla T4
|
|
53 |
|
54 |
- [1] https://github.com/openclimatefix/PVNet_summation
|
55 |
- [2] https://github.com/openclimatefix/PVNet
|
56 |
-
- [3] https://github.com/openclimatefix/
|
|
|
1 |
---
|
2 |
language: en
|
|
|
3 |
library_name: pytorch
|
4 |
+
license: mit
|
5 |
---
|
6 |
|
7 |
|
|
|
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 the output predictions of our PVNet model which gives GSP (i.e. UK regional) level predictions
|
32 |
+
of solar power across Great Britain. This model is trained to take those predictions and use them to estimate
|
33 |
+
the national total with uncertainty estimates.
|
34 |
|
35 |
|
36 |
### Preprocessing
|
37 |
|
38 |
+
The input data is prepared with the `ocf_data_sampler` [3].
|
39 |
|
40 |
|
41 |
## Results
|
|
|
55 |
|
56 |
- [1] https://github.com/openclimatefix/PVNet_summation
|
57 |
- [2] https://github.com/openclimatefix/PVNet
|
58 |
+
- [3] https://github.com/openclimatefix/ocf-data-sampler
|
config.json
CHANGED
@@ -1,32 +1,23 @@
|
|
1 |
{
|
2 |
"_target_": "pvnet_summation.models.flat_model.FlatModel",
|
3 |
-
"output_quantiles":
|
4 |
-
0.02,
|
5 |
-
0.1,
|
6 |
-
0.25,
|
7 |
-
0.5,
|
8 |
-
0.75,
|
9 |
-
0.9,
|
10 |
-
0.98
|
11 |
-
],
|
12 |
"model_name": "openclimatefix/pvnet_uk_region",
|
13 |
-
"model_version": "
|
14 |
"output_network": {
|
15 |
"_target_": "pvnet.models.multimodal.linear_networks.networks.ResFCNet2",
|
16 |
"_partial_": true,
|
17 |
"fc_hidden_features": 128,
|
18 |
"n_res_blocks": 2,
|
19 |
"res_block_layers": 2,
|
20 |
-
"dropout_frac": 0.
|
21 |
},
|
22 |
-
"
|
23 |
-
"predict_difference_from_sum": true,
|
24 |
"optimizer": {
|
25 |
"_target_": "pvnet.optimizers.AdamWReduceLROnPlateau",
|
26 |
"lr": 0.0001,
|
27 |
"weight_decay": 0.25,
|
28 |
"amsgrad": true,
|
29 |
-
"patience":
|
30 |
"factor": 0.1,
|
31 |
"threshold": 0.0
|
32 |
}
|
|
|
1 |
{
|
2 |
"_target_": "pvnet_summation.models.flat_model.FlatModel",
|
3 |
+
"output_quantiles": null,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
"model_name": "openclimatefix/pvnet_uk_region",
|
5 |
+
"model_version": "20b882bd4ceaee190a1c994d861f8e5d553ea843",
|
6 |
"output_network": {
|
7 |
"_target_": "pvnet.models.multimodal.linear_networks.networks.ResFCNet2",
|
8 |
"_partial_": true,
|
9 |
"fc_hidden_features": 128,
|
10 |
"n_res_blocks": 2,
|
11 |
"res_block_layers": 2,
|
12 |
+
"dropout_frac": 0.0
|
13 |
},
|
14 |
+
"predict_difference_from_sum": false,
|
|
|
15 |
"optimizer": {
|
16 |
"_target_": "pvnet.optimizers.AdamWReduceLROnPlateau",
|
17 |
"lr": 0.0001,
|
18 |
"weight_decay": 0.25,
|
19 |
"amsgrad": true,
|
20 |
+
"patience": 20,
|
21 |
"factor": 0.1,
|
22 |
"threshold": 0.0
|
23 |
}
|
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:f635c4196dc6ddd13ee6d5d7eb3e784dfa018c04b4c30699dd0712cfd094b011
|
3 |
+
size 22945574
|