IMvision12's picture
Upgrade kf_config.json to v2 (nested config + weight_dtype)
9456b01 verified
Raw
History Blame Contribute Delete
635 Bytes
{
"library_name": "kerasformers",
"kerasformers_version": "1.2.1",
"model_module": "kerasformers.models.convnextv2",
"model_class": "ConvNeXtV2ImageClassify",
"variant": "convnextv2_tiny_fcmae_ft_in1k",
"weights": "model.weights.h5",
"schema_version": 2,
"weight_dtype": "float32",
"model_type": "convnextv2",
"vision_config": {
"depths": [
3,
3,
9,
3
],
"projection_dim": [
96,
192,
384,
768
],
"use_conv": false,
"use_grn": true,
"layer_scale_init": null,
"image_size": 224,
"num_classes": 1000
}
}