convnext_checkpoints / config.json
ZafarLocAI's picture
Training in progress, epoch 1
4f934f2 verified
{
"architectures": [
"ConvNextV2ForImageClassification"
],
"depths": [
3,
3,
27,
3
],
"drop_path_rate": 0.0,
"dtype": "float32",
"hidden_act": "gelu",
"hidden_sizes": [
192,
384,
768,
1536
],
"id2label": {
"0": "civ",
"1": "mil",
"2": "no_aircraft"
},
"image_size": 224,
"initializer_range": 0.02,
"label2id": {
"civ": 0,
"mil": 1,
"no_aircraft": 2
},
"layer_norm_eps": 1e-12,
"model_type": "convnextv2",
"num_channels": 3,
"num_stages": 4,
"out_features": [
"stage4"
],
"out_indices": [
4
],
"patch_size": 4,
"problem_type": "single_label_classification",
"stage_names": [
"stem",
"stage1",
"stage2",
"stage3",
"stage4"
],
"transformers_version": "5.3.0",
"use_cache": false
}