convnext_tiny_fb_in22k / kf_config.json
IMvision12's picture
Upload kf_config.json with huggingface_hub
eabf910 verified
Raw
History Blame Contribute Delete
437 Bytes
{
"library_name": "kerasformers",
"kerasformers_version": "1.1.3",
"model_module": "kerasformers.models.convnext",
"model_class": "ConvNeXtImageClassify",
"variant": "convnext_tiny_fb_in22k",
"weights": "model.weights.h5",
"model_type": "convnext",
"depths": [
3,
3,
9,
3
],
"projection_dim": [
96,
192,
384,
768
],
"image_size": 224,
"num_classes": 21841
}