system's picture
system HF staff
Commit From AutoTrain
fc47ee0
{
"_name_or_path": "AutoTrain",
"architectures": [
"ConvNextForImageClassification"
],
"depths": [
3,
3,
27,
3
],
"drop_path_rate": 0.0,
"hidden_act": "gelu",
"hidden_sizes": [
128,
256,
512,
1024
],
"id2label": {
"0": "Age0to5",
"1": "Age11to15",
"2": "Age16to25",
"3": "Age26to35",
"4": "Age36to49",
"5": "Age50to69",
"6": "Age6to10",
"7": "Age70to99"
},
"image_size": 224,
"initializer_range": 0.02,
"label2id": {
"Age0to5": "0",
"Age11to15": "1",
"Age16to25": "2",
"Age26to35": "3",
"Age36to49": "4",
"Age50to69": "5",
"Age6to10": "6",
"Age70to99": "7"
},
"layer_norm_eps": 1e-12,
"layer_scale_init_value": 1e-06,
"max_length": 128,
"model_type": "convnext",
"num_channels": 3,
"num_stages": 4,
"padding": "max_length",
"patch_size": 4,
"problem_type": "single_label_classification",
"torch_dtype": "float32",
"transformers_version": "4.25.1"
}