File size: 803 Bytes
37777d0 fce4e7c 37777d0 2f7b8e0 fce4e7c e98689a fce4e7c 37777d0 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 |
{
"_name_or_path": "Maxwell-Jia/fcn4flare",
"architectures": [
"FCN4FlareModel"
],
"auto_map": {
"AutoConfig": "Maxwell-Jia/fcn4flare--configuration_fcn4flare.FCN4FlareConfig",
"AutoModel": "Maxwell-Jia/fcn4flare--modeling_fcn4flare.FCN4FlareModel"
},
"custom_pipelines": {
"flare_detection": {
"impl": "Maxwell-Jia/fcn4flare--flare_detection.FlareDetectionPipeline",
"pt": [
"AutoModel"
],
"tf": []
}
},
"depth": 10,
"dilation": [
1,
1,
1,
2,
2,
4,
8,
16,
32,
64
],
"dropout_rate": 0.1,
"hidden_dim": 128,
"input_dim": 1,
"kernel_size": 3,
"maskdice_threshold": 0.5,
"model_type": "fcn4flare",
"output_dim": 1,
"torch_dtype": "float32",
"transformers_version": "4.47.1"
}
|