LaLegumbreArtificial's picture
Training in progress, epoch 0
78e538e verified
{
"_name_or_path": "Visual-Attention-Network/van-tiny",
"architectures": [
"VanForImageClassification"
],
"depths": [
3,
3,
5,
2
],
"drop_path_rate": 0.0,
"dropout_rate": 0.0,
"hidden_act": "gelu",
"hidden_sizes": [
32,
64,
160,
256
],
"id2label": {
"0": "burn through",
"1": "contamination",
"2": "good weld",
"3": "lack of fusion",
"4": "lack of penetration",
"5": "misalignment"
},
"image_size": 224,
"initializer_range": 0.02,
"label2id": {
"burn through": "0",
"contamination": "1",
"good weld": "2",
"lack of fusion": "3",
"lack of penetration": "4",
"misalignment": "5"
},
"layer_norm_eps": 1e-06,
"layer_scale_init_value": 0.01,
"mlp_ratios": [
8,
8,
4,
4
],
"model_type": "van",
"num_channels": 3,
"patch_sizes": [
7,
3,
3,
3
],
"problem_type": "single_label_classification",
"strides": [
4,
2,
2,
2
],
"torch_dtype": "float32",
"transformers_version": "4.45.1"
}