alifalhasan
commited on
Update config.json
Browse files- config.json +1 -0
config.json
CHANGED
@@ -2,6 +2,7 @@
|
|
2 |
"architectures": [
|
3 |
"MyCustomTransformer"
|
4 |
],
|
|
|
5 |
"dim_feedforward": 2048,
|
6 |
"dropout": 0.4,
|
7 |
"embedding_size": 256,
|
|
|
2 |
"architectures": [
|
3 |
"MyCustomTransformer"
|
4 |
],
|
5 |
+
"model_type": "bert",
|
6 |
"dim_feedforward": 2048,
|
7 |
"dropout": 0.4,
|
8 |
"embedding_size": 256,
|