pvnet_v2_summation / config.json
felixperetz's picture
Upload folder using huggingface_hub
7057e8c verified
raw
history blame contribute delete
849 Bytes
{
"_target_": "pvnet_summation.models.flat_model.FlatModel",
"output_quantiles": [
0.02,
0.1,
0.25,
0.5,
0.75,
0.9,
0.98
],
"model_name": "openclimatefix/pvnet_uk_region",
"model_version": "d81a9cf8adca49739ea6a3d031e36510f44744a1",
"output_network": {
"_target_": "pvnet.models.multimodal.linear_networks.networks.ResFCNet2",
"_partial_": true,
"fc_hidden_features": 128,
"n_res_blocks": 2,
"res_block_layers": 2,
"dropout_frac": 0.0
},
"predict_difference_from_sum": true,
"optimizer": {
"_target_": "pvnet.optimizers.AdamWReduceLROnPlateau",
"lr": 0.0001,
"weight_decay": 0.25,
"amsgrad": true,
"patience": 10,
"factor": 0.1,
"threshold": 0.0
}
}