vitmae_ecg / config.json
alsalivan
Initial model upload with safetensors and config
d032e73
{
"_name_or_path": "/vol/aimspace/users/seliv/Documents/projects/output/ecgcmr/experiments/2024-11-05/12-15-52/best_val_loss_hf_model",
"architectures": [
"ViTMAEModel"
],
"attention_probs_dropout_prob": 0.1,
"decoder_hidden_size": 256,
"decoder_intermediate_size": 1024,
"decoder_num_attention_heads": 4,
"decoder_num_hidden_layers": 1,
"drop_path_rate": 0.1,
"hidden_act": "gelu",
"hidden_dropout_prob": 0.1,
"hidden_size": 512,
"image_size": [
12,
2500
],
"initializer_range": 0.02,
"intermediate_size": 2048,
"layer_norm_eps": 1e-12,
"layerscale_init_values": 1e-05,
"mask_loss": true,
"mask_ratio": 0.8,
"model_type": "vit_mae",
"norm_pix_loss": false,
"num_attention_heads": 8,
"num_channels": 1,
"num_hidden_layers": 6,
"patch_size": [
1,
50
],
"qkv_bias": true,
"torch_dtype": "float32",
"transformers_version": "4.41.0.dev0",
"use_cls_token": true,
"use_learnable_pos_emb": true
}