estyle commited on
Commit
2717bbd
1 Parent(s): 49ffa33

Upload config.json

Browse files
Files changed (1) hide show
  1. config.json +33 -0
config.json ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "attention_probs_dropout_prob": 0.1,
3
+ "bos_token_id": 0,
4
+ "classifier_dropout": null,
5
+ "coordinate_size": 128,
6
+ "eos_token_id": 2,
7
+ "has_relative_attention_bias": true,
8
+ "has_spatial_attention_bias": true,
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.1,
11
+ "hidden_size": 768,
12
+ "initializer_range": 0.02,
13
+ "input_size": 224,
14
+ "intermediate_size": 3072,
15
+ "layer_norm_eps": 1e-05,
16
+ "max_2d_position_embeddings": 1024,
17
+ "max_position_embeddings": 514,
18
+ "max_rel_2d_pos": 256,
19
+ "max_rel_pos": 128,
20
+ "model_type": "layoutlmv3",
21
+ "num_attention_heads": 12,
22
+ "num_hidden_layers": 12,
23
+ "pad_token_id": 1,
24
+ "rel_2d_pos_bins": 64,
25
+ "rel_pos_bins": 32,
26
+ "second_input_size": 112,
27
+ "shape_size": 128,
28
+ "torch_dtype": "float32",
29
+ "transformers_version": "4.12.5",
30
+ "type_vocab_size": 1,
31
+ "visual_embed": true,
32
+ "vocab_size": 250002
33
+ }