Fix architectures in config.json
Browse filesThe "Fill Mask" tag is missing. This should fix it.
- config.json +3 -0
config.json
CHANGED
@@ -1,5 +1,8 @@
|
|
1 |
{
|
2 |
"activation": "gelu",
|
|
|
|
|
|
|
3 |
"attention_dropout": 0.1,
|
4 |
"dim": 768,
|
5 |
"dropout": 0.1,
|
|
|
1 |
{
|
2 |
"activation": "gelu",
|
3 |
+
"architectures": [
|
4 |
+
"DistilBertForMaskedLM"
|
5 |
+
],
|
6 |
"attention_dropout": 0.1,
|
7 |
"dim": 768,
|
8 |
"dropout": 0.1,
|