File size: 1,272 Bytes
8064164 daac351 8064164 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 |
{
"architectures": [
"PIXBAForPreTraining"
],
"attention_probs_dropout_prob": 0.1,
"bias": false,
"cache_dir": null,
"conv_bias": true,
"d_conv": 4,
"d_model": 768,
"d_state": 16,
"decoder_hidden_size": 512,
"decoder_intermediate_size": 2048,
"decoder_num_attention_heads": 16,
"decoder_num_hidden_layers": 8,
"device": null,
"dt_init": "random",
"dt_init_floor": 0.0001,
"dt_max": 0.1,
"dt_min": 0.001,
"dt_rank": "auto",
"dt_scale": 1.0,
"dtype": null,
"expand": 2,
"fused_add_norm": true,
"hidden_act": "gelu",
"hidden_dropout_prob": 0.1,
"hidden_size": 768,
"image_size": [
16,
8464
],
"initializer_range": 0.02,
"intermediate_size": 3072,
"layer_norm_eps": 1e-12,
"mask_ratio": 0.25,
"model_type": "pixel",
"norm_pix_loss": true,
"num_attention_heads": 12,
"num_channels": 3,
"num_decoder_layers": 2,
"num_encoder_layers": 4,
"num_hidden_layers": 12,
"num_patches": 529,
"pad_vocab_size_multiple": 8,
"patch_size": 16,
"qkv_bias": true,
"residual_in_fp32": true,
"revision": "main",
"rms_norm": true,
"ssm_cfg": {},
"torch_dtype": "float32",
"transformers_version": "4.17.0",
"use_auth_token": "redacted",
"use_fast_path": true,
"vocab_size": 50277
}
|