Files
MehrakAssets/Models/nsfw-classifier/config.json
T

37 lines
636 B
JSON

{
"architecture": "vit_tiny_patch16_384",
"classifier": "head",
"crop_mode": "center",
"crop_pct": 1.0,
"custom_load": true,
"export_model_type": "vit_tiny_patch16_384",
"first_conv": "patch_embed.proj",
"fixed_input_size": true,
"hf_hub_id": "Marqo/nsfw-image-detection-384",
"input_size": [
3,
384,
384
],
"interpolation": "bicubic",
"label_names": [
"NSFW",
"SFW"
],
"mean": [
0.5,
0.5,
0.5
],
"num_classes": 2,
"pool_size": null,
"source": "hf-hub",
"std": [
0.5,
0.5,
0.5
],
"tag": "augreg_in21k_ft_in1k",
"transformers_version": "4.51.3"
}