Fix architectures in config.json (#6)
Browse files- Fix architectures in config.json (5d69c5c6c648e7d49fa8ca39b8a7691e039c9951)
Co-authored-by: Joshua <[email protected]>
- 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,
|