james-ocf commited on
Commit
6a1f863
·
verified ·
1 Parent(s): 62503ad

Upload folder using huggingface_hub

Browse files
Files changed (3) hide show
  1. README.md +3 -1
  2. model_config.yaml +29 -0
  3. 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 [here on wandb](https://wandb.ai/openclimatefix/pvnet_summation/runs/).
 
 
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/j9c7l2ob](https://wandb.ai/openclimatefix/pvnet_summation/runs/j9c7l2ob)
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_day_ahead
11
+ model_version: 7736779ffe246d9f0d566b520fb55a9a44bce824
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:4eeab6b2e013b02ec09629fed30c61ce6a90f9b62d79889e1b47b18fa784cb5c
3
- size 95650414
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1dacc06f7d941a7af96ebf7b2cf1aa1590c667e6fa7eb2cd017b2ed1b2f1d37f
3
+ size 177983470