fcn4flare / config.json
Maxwell-Jia's picture
Upload FlareDetectionPipeline
e98689a verified
raw
history blame contribute delete
803 Bytes
{
"_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"
}