Update config.json
Browse filesadd a field "classifier_bias"
- 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 |
}
|