nsfw / config.json
simpleverso's picture
Update config.json
7b0c9f6
{
"architectures": [
"mobilenetForImageClassification"
],
"downsample_in_first_stage": false,
"id2label": {
"0": "NSFW",
"1": "SFW"
},
"model_type": "mobilenet",
"num_channels": 3,
"transformers_version": "4.18.0.dev0"
}