Image Classification
Transformers
Safetensors
PyTorch
timm_wrapper
Not-For-All-Audiences
nsfw_image_detector / config.json
ccabrerafreepik's picture
Upload TimmWrapperForImageClassification
be58a8a verified
raw
history blame contribute delete
989 Bytes
{
"_name_or_path": "timm/eva02_base_patch14_448.mim_in22k_ft_in22k_in1k",
"architecture": "eva02_base_patch14_448",
"architectures": [
"TimmWrapperForImageClassification"
],
"do_pooling": true,
"global_pool": "avg",
"initializer_range": 0.02,
"label_names": [
"neutral",
"low",
"medium",
"high"
],
"model_type": "timm_wrapper",
"num_classes": 4,
"num_features": 768,
"pretrained_cfg": {
"classifier": "head",
"crop_mode": "squash",
"crop_pct": 1.0,
"custom_load": false,
"first_conv": "patch_embed.proj",
"fixed_input_size": true,
"input_size": [
3,
448,
448
],
"interpolation": "bicubic",
"license": "mit",
"mean": [
0.48145466,
0.4578275,
0.40821073
],
"pool_size": null,
"std": [
0.26862954,
0.26130258,
0.27577711
],
"tag": "mim_in22k_ft_in22k_in1k"
},
"torch_dtype": "bfloat16",
"transformers_version": "4.48.1"
}