Upload folder using huggingface_hub
Browse files- README.md +1 -1
- config.json +3 -3
- pytorch_model.bin +2 -2
README.md
CHANGED
@@ -38,7 +38,7 @@ 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_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 |
|
|
|
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 |
|
config.json
CHANGED
@@ -6,7 +6,7 @@
|
|
6 |
0.9
|
7 |
],
|
8 |
"model_name": "openclimatefix/pvnet_v2",
|
9 |
-
"model_version": "
|
10 |
"output_network": {
|
11 |
"_target_": "pvnet.models.multimodal.linear_networks.networks.ResFCNet2",
|
12 |
"_partial_": true
|
@@ -14,14 +14,14 @@
|
|
14 |
"output_network_kwargs": {
|
15 |
"fc_hidden_features": 128,
|
16 |
"n_res_blocks": 2,
|
17 |
-
"res_block_layers":
|
18 |
"dropout_frac": 0.0
|
19 |
},
|
20 |
"predict_difference_from_sum": true,
|
21 |
"optimizer": {
|
22 |
"_target_": "pvnet.optimizers.AdamWReduceLROnPlateau",
|
23 |
"lr": 0.0001,
|
24 |
-
"weight_decay": 0.
|
25 |
"amsgrad": true,
|
26 |
"patience": 20,
|
27 |
"factor": 0.1,
|
|
|
6 |
0.9
|
7 |
],
|
8 |
"model_name": "openclimatefix/pvnet_v2",
|
9 |
+
"model_version": "5ed2b179974993d8804a1e60fdc850dc547e9025",
|
10 |
"output_network": {
|
11 |
"_target_": "pvnet.models.multimodal.linear_networks.networks.ResFCNet2",
|
12 |
"_partial_": true
|
|
|
14 |
"output_network_kwargs": {
|
15 |
"fc_hidden_features": 128,
|
16 |
"n_res_blocks": 2,
|
17 |
+
"res_block_layers": 2,
|
18 |
"dropout_frac": 0.0
|
19 |
},
|
20 |
"predict_difference_from_sum": true,
|
21 |
"optimizer": {
|
22 |
"_target_": "pvnet.optimizers.AdamWReduceLROnPlateau",
|
23 |
"lr": 0.0001,
|
24 |
+
"weight_decay": 0.1,
|
25 |
"amsgrad": true,
|
26 |
"patience": 20,
|
27 |
"factor": 0.1,
|
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:ee4fc10452d1f46b1430295effe8f79c09e9e31f8f961c56c26cc648918f6e1a
|
3 |
+
size 53052350
|