alifalhasan
commited on
Commit
•
b7c4875
1
Parent(s):
cb3ee7f
Update config.json
Browse files- config.json +1 -0
config.json
CHANGED
@@ -2,6 +2,7 @@
|
|
2 |
"architectures": [
|
3 |
"Transformer"
|
4 |
],
|
|
|
5 |
"dim_feedforward": 2048,
|
6 |
"dropout": 0.4,
|
7 |
"embedding_size": 256,
|
|
|
2 |
"architectures": [
|
3 |
"Transformer"
|
4 |
],
|
5 |
+
"model_type": "transformer"
|
6 |
"dim_feedforward": 2048,
|
7 |
"dropout": 0.4,
|
8 |
"embedding_size": 256,
|