Anime_filterer / config.json
Shio-Koube's picture
Add files using upload-large-folder tool
0354e68 verified
{
"architecture": "eva02_large_patch14_448",
"architectures": [
"TimmWrapperForImageClassification2"
],
"do_pooling": true,
"finetuning_task": "image-classification",
"global_pool": "avg",
"initializer_range": 0.02,
"label_names": [
"Good",
"Normal",
"Rest"
],
"model_args": {
"img_size": 448,
"ref_feat_shape": [
32,
32
]
},
"model_type": "timm_wrapper",
"num_classes": 3,
"num_features": 1024,
"pretrained_cfg": {
"classifier": null,
"crop_mode": "center",
"crop_pct": 1.0,
"custom_load": false,
"first_conv": null,
"fixed_input_size": false,
"input_size": [
3,
448,
448
],
"interpolation": "bicubic",
"mean": [
0.5,
0.5,
0.5
],
"pool_size": null,
"std": [
0.5,
0.5,
0.5
]
},
"problem_type": "single_label_classification",
"torch_dtype": "float32",
"transformers_version": "4.50.2"
}