fix architecture name
Browse files- config.json +1 -1
config.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
{
|
2 |
"activation_dropout": 0.0,
|
3 |
"architectures": [
|
4 |
-
"
|
5 |
],
|
6 |
"attention_dropout": 0.1,
|
7 |
"attention_type": "relative_shift",
|
|
|
1 |
{
|
2 |
"activation_dropout": 0.0,
|
3 |
"architectures": [
|
4 |
+
"funnel"
|
5 |
],
|
6 |
"attention_dropout": 0.1,
|
7 |
"attention_type": "relative_shift",
|