Remove invalid head_dim entry
#2
by
CISCai
- opened
- config.json +1 -2
config.json
CHANGED
|
@@ -40,6 +40,5 @@
|
|
| 40 |
"embedding_dropout": 0.1,
|
| 41 |
"norm_head": true,
|
| 42 |
"norm_softmax": false,
|
| 43 |
-
"output_dropout": 0.1
|
| 44 |
-
"head_dim": 0
|
| 45 |
}
|
|
|
|
| 40 |
"embedding_dropout": 0.1,
|
| 41 |
"norm_head": true,
|
| 42 |
"norm_softmax": false,
|
| 43 |
+
"output_dropout": 0.1
|
|
|
|
| 44 |
}
|