Sukhil-Patel commited on
Commit
ed60c5d
1 Parent(s): c631b18

Upload folder using huggingface_hub

Browse files
Files changed (3) hide show
  1. README.md +4 -2
  2. config.json +4 -8
  3. pytorch_model.bin +2 -2
README.md CHANGED
@@ -28,7 +28,7 @@ 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 data from Jan 2019- May 2022 and validated on data from May 2022 - May 2023.
32
 
33
 
34
  ### Preprocessing
@@ -38,7 +38,9 @@ Data is prepared with the `ocf_datapipes.training.pvnet` datapipe [3].
38
 
39
  ## Results
40
 
41
- The training logs for the current model can be found [here on wandb](https://wandb.ai/openclimatefix/pvnet_day_ahead_summation).
 
 
42
 
43
  Some experimental notes can be found at in [the google doc](https://docs.google.com/document/d/1fbkfkBzp16WbnCg7RDuRDvgzInA6XQu3xh4NCjV-WDA/edit?usp=sharing)
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 2017-2020 and validated on data from 2021. 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 on wandb](https://wandb.ai/openclimatefix/pvnet_summation/runs/).
42
+
43
+ The training logs for all model runs of PVNet_summation can be found [here](https://wandb.ai/openclimatefix/pvnet_summation).
44
 
45
  Some experimental notes can be found at in [the google doc](https://docs.google.com/document/d/1fbkfkBzp16WbnCg7RDuRDvgzInA6XQu3xh4NCjV-WDA/edit?usp=sharing)
46
 
config.json CHANGED
@@ -1,13 +1,9 @@
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_day_ahead",
13
  "model_version": "d87565731692a6003e43caac4feaed0f69e79272",
@@ -17,13 +13,13 @@
17
  "fc_hidden_features": 128,
18
  "n_res_blocks": 2,
19
  "res_block_layers": 2,
20
- "dropout_frac": 0.1
21
  },
22
- "predict_difference_from_sum": false,
23
  "optimizer": {
24
  "_target_": "pvnet.optimizers.AdamWReduceLROnPlateau",
25
  "lr": 0.0001,
26
- "weight_decay": 0.25,
27
  "amsgrad": true,
28
  "patience": 10,
29
  "factor": 0.1,
 
1
  {
2
  "_target_": "pvnet_summation.models.flat_model.FlatModel",
3
  "output_quantiles": [
 
4
  0.1,
 
5
  0.5,
6
+ 0.9
 
 
7
  ],
8
  "model_name": "openclimatefix/pvnet_uk_region_day_ahead",
9
  "model_version": "d87565731692a6003e43caac4feaed0f69e79272",
 
13
  "fc_hidden_features": 128,
14
  "n_res_blocks": 2,
15
  "res_block_layers": 2,
16
+ "dropout_frac": 0.0
17
  },
18
+ "predict_difference_from_sum": true,
19
  "optimizer": {
20
  "_target_": "pvnet.optimizers.AdamWReduceLROnPlateau",
21
  "lr": 0.0001,
22
+ "weight_decay": 0.1,
23
  "amsgrad": true,
24
  "patience": 10,
25
  "factor": 0.1,
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:17561f716f5e460abb12078493c58db16abf1297a353d236ceaf5450565b8312
3
- size 176615346
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8267af3ce3eaa0b347714d9bcfff6dbd8f9287f1300b9217d632ae0f2cc2f2bc
3
+ size 176654970