PANDA_ConvNeXT / config.json
smc's picture
commit files to HF hub
ffae2f1
raw
history blame contribute delete
864 Bytes
{
"_name_or_path": "facebook/convnext-xlarge-384-22k-1k",
"architectures": [
"ConvNextForImageClassification"
],
"depths": [
3,
3,
27,
3
],
"drop_path_rate": 0.0,
"hidden_act": "gelu",
"hidden_sizes": [
256,
512,
1024,
2048
],
"id2label": {
"0": "Beningn",
"1": "ISUP 1",
"2": "ISUP 2",
"3": "ISUP 3",
"4": "ISUP 4",
"5": "ISUP 5"
},
"image_size": 384,
"initializer_range": 0.02,
"label2id": {
"Beningn": "0",
"ISUP 1": "1",
"ISUP 2": "2",
"ISUP 3": "3",
"ISUP 4": "4",
"ISUP 5": "5"
},
"layer_norm_eps": 1e-12,
"layer_scale_init_value": 1e-06,
"model_type": "convnext",
"num_channels": 3,
"num_stages": 4,
"patch_size": 4,
"problem_type": "single_label_classification",
"torch_dtype": "float32",
"transformers_version": "4.19.2"
}