|
{ |
|
"_name_or_path": "microsoft/focalnet-base", |
|
"architectures": [ |
|
"FocalNetForImageClassification" |
|
], |
|
"depths": [ |
|
2, |
|
2, |
|
18, |
|
2 |
|
], |
|
"drop_path_rate": 0.1, |
|
"embed_dim": 128, |
|
"encoder_stride": 32, |
|
"focal_levels": [ |
|
2, |
|
2, |
|
2, |
|
2 |
|
], |
|
"focal_windows": [ |
|
3, |
|
3, |
|
3, |
|
3 |
|
], |
|
"hidden_act": "gelu", |
|
"hidden_dropout_prob": 0.0, |
|
"hidden_sizes": [ |
|
192, |
|
384, |
|
768, |
|
768 |
|
], |
|
"id2label": { |
|
"0": "SAFE", |
|
"1": "QUESTIONABLE", |
|
"2": "UNSAFE" |
|
}, |
|
"image_size": 224, |
|
"initializer_range": 0.02, |
|
"label2id": { |
|
"SAFE": 0, |
|
"QUESTIONABLE": 1, |
|
"UNSAFE": 2 |
|
}, |
|
"layer_norm_eps": 1e-05, |
|
"layerscale_value": 0.0001, |
|
"mlp_ratio": 4.0, |
|
"model_type": "focalnet", |
|
"normalize_modulator": false, |
|
"num_channels": 3, |
|
"out_features": [ |
|
"stage4" |
|
], |
|
"out_indices": [ |
|
4 |
|
], |
|
"patch_size": 4, |
|
"problem_type": "single_label_classification", |
|
"stage_names": [ |
|
"stem", |
|
"stage1", |
|
"stage2", |
|
"stage3", |
|
"stage4" |
|
], |
|
"torch_dtype": "float32", |
|
"transformers_version": "4.37.2", |
|
"use_conv_embed": false, |
|
"use_layerscale": false, |
|
"use_post_layernorm": false, |
|
"use_post_layernorm_in_modulation": false |
|
} |
|
|