Upload folder using huggingface_hub
Browse files- README.md +3 -1
- model_config.yaml +29 -0
- pytorch_model.bin +2 -2
README.md
CHANGED
@@ -40,7 +40,9 @@ The input data is prepared with the `ocf_data_sampler` [3].
|
|
40 |
|
41 |
## Results
|
42 |
|
43 |
-
The training logs for the current model can be found
|
|
|
|
|
44 |
|
45 |
The training logs for all model runs of PVNet_summation can be found [here](https://wandb.ai/openclimatefix/pvnet_summation).
|
46 |
|
|
|
40 |
|
41 |
## Results
|
42 |
|
43 |
+
The training logs for the current model can be found here:
|
44 |
+
- [https://wandb.ai/openclimatefix/pvnet_summation/runs/ie9cpbgo](https://wandb.ai/openclimatefix/pvnet_summation/runs/ie9cpbgo)
|
45 |
+
|
46 |
|
47 |
The training logs for all model runs of PVNet_summation can be found [here](https://wandb.ai/openclimatefix/pvnet_summation).
|
48 |
|
model_config.yaml
ADDED
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
_target_: pvnet_summation.models.flat_model.FlatModel
|
2 |
+
output_quantiles:
|
3 |
+
- 0.02
|
4 |
+
- 0.1
|
5 |
+
- 0.25
|
6 |
+
- 0.5
|
7 |
+
- 0.75
|
8 |
+
- 0.9
|
9 |
+
- 0.98
|
10 |
+
model_name: openclimatefix/pvnet_uk_region
|
11 |
+
model_version: 10e4da56dfde367db448ff6742bf92d0e4e31a86
|
12 |
+
output_network:
|
13 |
+
_target_: pvnet.models.multimodal.linear_networks.networks.ResFCNet2
|
14 |
+
_partial_: true
|
15 |
+
fc_hidden_features: 128
|
16 |
+
n_res_blocks: 2
|
17 |
+
res_block_layers: 2
|
18 |
+
dropout_frac: 0.1
|
19 |
+
relative_scale_pvnet_outputs: false
|
20 |
+
predict_difference_from_sum: true
|
21 |
+
optimizer:
|
22 |
+
_target_: pvnet.optimizers.AdamWReduceLROnPlateau
|
23 |
+
lr: 0.0001
|
24 |
+
weight_decay: 0.25
|
25 |
+
amsgrad: true
|
26 |
+
patience: 10
|
27 |
+
factor: 0.1
|
28 |
+
threshold: 0.0
|
29 |
+
num_locations: 331
|
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:21159eeb5692250d1080f7795926c55f61c7dbbab61a2a4b0063d6ec3ee8acb2
|
3 |
+
size 53925434
|