Go Inoue
commited on
Commit
•
4aa9ea6
1
Parent(s):
5989670
Update config.json
Browse files- config.json +3 -0
config.json
CHANGED
@@ -1,4 +1,7 @@
|
|
1 |
{
|
|
|
|
|
|
|
2 |
"attention_probs_dropout_prob": 0.1,
|
3 |
"gradient_checkpointing": false,
|
4 |
"hidden_act": "gelu",
|
|
|
1 |
{
|
2 |
+
"architectures": [
|
3 |
+
"BertModel"
|
4 |
+
],
|
5 |
"attention_probs_dropout_prob": 0.1,
|
6 |
"gradient_checkpointing": false,
|
7 |
"hidden_act": "gelu",
|