focalnet-small-patacon / config.json
frncscp's picture
Training in progress, epoch 0
f196696
raw
history blame
No virus
1.21 kB
{
"_name_or_path": "microsoft/focalnet-small",
"architectures": [
"FocalNetForImageClassification"
],
"depths": [
2,
2,
18,
2
],
"drop_path_rate": 0.1,
"embed_dim": 96,
"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": "Patacon-False",
"1": "Patacon-True"
},
"image_size": 224,
"initializer_range": 0.02,
"label2id": {
"Patacon-False": 0,
"Patacon-True": 1
},
"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.31.0",
"use_conv_embed": false,
"use_layerscale": false,
"use_post_layernorm": false,
"use_post_layernorm_in_modulation": false
}