ranpox commited on
Commit
9bd21eb
1 Parent(s): 797232f

Add coordinate_size and shape_size

Browse files
Files changed (1) hide show
  1. config.json +2 -0
config.json CHANGED
@@ -1,5 +1,6 @@
1
  {
2
  "attention_probs_dropout_prob": 0.1,
 
3
  "fast_qkv": true,
4
  "gradient_checkpointing": false,
5
  "hidden_act": "gelu",
@@ -22,6 +23,7 @@
22
  "num_hidden_layers": 12,
23
  "output_past": true,
24
  "pad_token_id": 0,
 
25
  "rel_2d_pos_bins": 64,
26
  "rel_pos_bins": 32,
27
  "type_vocab_size": 2,
 
1
  {
2
  "attention_probs_dropout_prob": 0.1,
3
+ "coordinate_size": 128,
4
  "fast_qkv": true,
5
  "gradient_checkpointing": false,
6
  "hidden_act": "gelu",
 
23
  "num_hidden_layers": 12,
24
  "output_past": true,
25
  "pad_token_id": 0,
26
+ "shape_size": 128,
27
  "rel_2d_pos_bins": 64,
28
  "rel_pos_bins": 32,
29
  "type_vocab_size": 2,