JayRay5's picture
Update weights only! Acc: 20.97%
5da6a3a verified
{
"architectures": [
"ConvNextForImageClassification"
],
"depths": [
3,
3,
9,
3
],
"drop_path_rate": 0.0,
"dtype": "float32",
"hidden_act": "gelu",
"hidden_sizes": [
96,
192,
384,
768
],
"id2label": {
"0": "apogon_imberbis",
"1": "epinephelus_marginatus",
"2": "pempheris_vanicolensis",
"3": "sparisoma_cretense",
"4": "thalassoma_pavo"
},
"image_size": 224,
"initializer_range": 0.02,
"label2id": {
"apogon_imberbis": 0,
"epinephelus_marginatus": 1,
"pempheris_vanicolensis": 2,
"sparisoma_cretense": 3,
"thalassoma_pavo": 4
},
"layer_norm_eps": 1e-12,
"layer_scale_init_value": 1e-06,
"model_type": "convnext",
"num_channels": 3,
"num_stages": 4,
"out_features": [
"stage4"
],
"out_indices": [
4
],
"patch_size": 4,
"problem_type": "multi_label_classification",
"stage_names": [
"stem",
"stage1",
"stage2",
"stage3",
"stage4"
],
"transformers_version": "4.57.3"
}