james-ocf commited on
Commit
8a46354
·
1 Parent(s): 898630f

Push model using huggingface_hub.

Browse files
Files changed (3) hide show
  1. README.md +1 -1
  2. config.json +10 -2
  3. pytorch_model.bin +2 -2
README.md CHANGED
@@ -38,7 +38,7 @@ 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 [here on wandb](https://wandb.ai/openclimatefix/pvnet2.1/runs/7r9847yo).
42
 
43
  The training logs for all model runs of PVNet2 can be found [here](https://wandb.ai/openclimatefix/pvnet2.1).
44
 
 
38
 
39
  ## Results
40
 
41
+ The training logs for the current model can be found [here on wandb](https://wandb.ai/openclimatefix/pvnet2.1/runs/None).
42
 
43
  The training logs for all model runs of PVNet2 can be found [here](https://wandb.ai/openclimatefix/pvnet2.1).
44
 
config.json CHANGED
@@ -1,6 +1,14 @@
1
  {
2
  "_target_": "pvnet.models.multimodal.multimodal.Model",
3
- "output_quantiles": null,
 
 
 
 
 
 
 
 
4
  "image_encoder": {
5
  "_target_": "pvnet.models.multimodal.encoders.encoders3d.DefaultPVNet",
6
  "_partial_": true
@@ -29,7 +37,7 @@
29
  },
30
  "embedding_dim": 16,
31
  "include_sun": true,
32
- "include_gsp_yield_history": true,
33
  "forecast_minutes": 480,
34
  "history_minutes": 120,
35
  "sat_history_minutes": 90,
 
1
  {
2
  "_target_": "pvnet.models.multimodal.multimodal.Model",
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
  "image_encoder": {
13
  "_target_": "pvnet.models.multimodal.encoders.encoders3d.DefaultPVNet",
14
  "_partial_": true
 
37
  },
38
  "embedding_dim": 16,
39
  "include_sun": true,
40
+ "include_gsp_yield_history": false,
41
  "forecast_minutes": 480,
42
  "history_minutes": 120,
43
  "sat_history_minutes": 90,
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d8fba2d39e62c36dbf8507910bcc46f996547fb8a0eb946724b0e0c0423052e2
3
- size 46531585
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:be7751ba901d23f35d4c25127d42783c00bc3ab206d5fba8723774afe0333d02
3
+ size 46579073