File size: 806 Bytes
4052464 | 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 | {
"architectures": [
"SLANeXtForTableRecognition"
],
"dtype": "float32",
"hidden_size": 2,
"max_text_length": 1,
"model_type": "slanext",
"out_channels": 2,
"post_conv_in_channels": 256,
"post_conv_out_channels": 512,
"transformers_version": "5.16.0.dev0",
"vision_config": {
"attention_dropout": 0.0,
"global_attn_indexes": [
1,
1,
1,
1
],
"hidden_act": "gelu",
"hidden_size": 2,
"image_size": 512,
"initializer_range": 1e-10,
"layer_norm_eps": 1e-06,
"mlp_dim": 4,
"model_type": "",
"num_attention_heads": 1,
"num_channels": 3,
"num_hidden_layers": 1,
"output_channels": 256,
"patch_size": 16,
"qkv_bias": true,
"use_abs_pos": true,
"use_rel_pos": true,
"window_size": 14
}
}
|