Update config.json
Browse files- config.json +0 -7
config.json
CHANGED
|
@@ -1,12 +1,5 @@
|
|
| 1 |
{
|
| 2 |
"architecture": "vit_tiny_patch16_384",
|
| 3 |
-
"auto_map": {
|
| 4 |
-
"AutoConfig": "configuration_nsfw_image_detection.NSFWImageDetectionConfig",
|
| 5 |
-
"AutoModel": "modeling_nsfw_image_detection.NSFWImageDetector"
|
| 6 |
-
},
|
| 7 |
-
"transformers_version": "4.44.2",
|
| 8 |
-
"model_type": "timm_model",
|
| 9 |
-
"torch_dtype": "float32",
|
| 10 |
"num_classes": 2,
|
| 11 |
"num_features": 192,
|
| 12 |
"global_pool": "token",
|
|
|
|
| 1 |
{
|
| 2 |
"architecture": "vit_tiny_patch16_384",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
"num_classes": 2,
|
| 4 |
"num_features": 192,
|
| 5 |
"global_pool": "token",
|