fschlatt commited on
Commit
a45f82d
·
verified ·
1 Parent(s): a761823

add linear bias

Browse files
Files changed (1) hide show
  1. config.json +1 -0
config.json CHANGED
@@ -13,6 +13,7 @@
13
  "initializer_range": 0.02,
14
  "intermediate_size": 4096,
15
  "layer_norm_eps": 1e-12,
 
16
  "max_position_embeddings": 512,
17
  "model_type": "cross-encoder",
18
  "num_attention_heads": 16,
 
13
  "initializer_range": 0.02,
14
  "intermediate_size": 4096,
15
  "layer_norm_eps": 1e-12,
16
+ "linear_bias": true,
17
  "max_position_embeddings": 512,
18
  "model_type": "cross-encoder",
19
  "num_attention_heads": 16,