Push model using huggingface_hub.
Browse files- README.md +1 -1
- config.json +10 -2
- 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/
|
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":
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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":
|
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:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:be7751ba901d23f35d4c25127d42783c00bc3ab206d5fba8723774afe0333d02
|
3 |
+
size 46579073
|