CoolFace
Modelpublic

sooks/idbwbase

sourceHugging Faceapache-2.0updated 2y agoView on Hugging Face
0likes12downloads
config.json53 linesDownload Raw Back to root
1{2  "_name_or_path": "facebook/convnext-base-224-22k",3  "architectures": [4    "ConvNextForImageClassification"5  ],6  "depths": [7    3,8    3,9    27,10    311  ],12  "drop_path_rate": 0.0,13  "hidden_act": "gelu",14  "hidden_sizes": [15    128,16    256,17    512,18    102419  ],20  "id2label": {21    "0": "AI",22    "1": "Human"23  },24  "image_size": 224,25  "initializer_range": 0.02,26  "label2id": {27    "AI": "0",28    "Human": "1"29  },30  "layer_norm_eps": 1e-12,31  "layer_scale_init_value": 1e-06,32  "model_type": "convnext",33  "num_channels": 3,34  "num_stages": 4,35  "out_features": [36    "stage4"37  ],38  "out_indices": [39    440  ],41  "patch_size": 4,42  "problem_type": "single_label_classification",43  "stage_names": [44    "stem",45    "stage1",46    "stage2",47    "stage3",48    "stage4"49  ],50  "torch_dtype": "float32",51  "transformers_version": "4.38.2"52}53