ryo0634 commited on
Commit
ba3d02d
1 Parent(s): 21d9fdd

Update config.json

Browse files

add a field "classifier_bias"

Files changed (1) hide show
  1. config.json +2 -1
config.json CHANGED
@@ -111,5 +111,6 @@
111
  "transformers_version": "4.6.0.dev0",
112
  "type_vocab_size": 1,
113
  "use_entity_aware_attention": true,
114
- "vocab_size": 50267
 
115
  }
 
111
  "transformers_version": "4.6.0.dev0",
112
  "type_vocab_size": 1,
113
  "use_entity_aware_attention": true,
114
+ "vocab_size": 50267,
115
+ "classifier_bias": false
116
  }