CoolFace
Modelpublic

flagship/dgan-model

sourceHugging Faceupdated 3y agoView on Hugging Face
0likes7downloads
config.json57 linesDownload Raw Back to root
1{2  "_name_or_path": "facebook/convnext-tiny-224",3  "architectures": [4    "ConvNextForImageClassification"5  ],6  "depths": [7    3,8    3,9    9,10    311  ],12  "drop_path_rate": 0.0,13  "hidden_act": "gelu",14  "hidden_sizes": [15    96,16    192,17    384,18    76819  ],20  "id2label": {21    "0": "RiceLeafs_BrownSpot",22    "1": "RiceLeafs_Healthy",23    "2": "RiceLeafs_Hispa",24    "3": "RiceLeafs_LeafBlast"25  },26  "image_size": 224,27  "initializer_range": 0.02,28  "label2id": {29    "RiceLeafs_BrownSpot": 0,30    "RiceLeafs_Healthy": 1,31    "RiceLeafs_Hispa": 2,32    "RiceLeafs_LeafBlast": 333  },34  "layer_norm_eps": 1e-12,35  "layer_scale_init_value": 1e-06,36  "model_type": "convnext",37  "num_channels": 3,38  "num_stages": 4,39  "out_features": [40    "stage4"41  ],42  "out_indices": [43    444  ],45  "patch_size": 4,46  "problem_type": "single_label_classification",47  "stage_names": [48    "stem",49    "stage1",50    "stage2",51    "stage3",52    "stage4"53  ],54  "torch_dtype": "float32",55  "transformers_version": "4.29.1"56}57