RomainDarous
commited on
Fiwing the config.json of the model
Browse files
1_MultiHeadGeneralizedPooling/config.json
CHANGED
@@ -3,4 +3,5 @@
|
|
3 |
"token_dim": 768,
|
4 |
"num_heads": 8,
|
5 |
"initialize": "random"
|
|
|
6 |
}
|
|
|
3 |
"token_dim": 768,
|
4 |
"num_heads": 8,
|
5 |
"initialize": "random"
|
6 |
+
"pooling_type": 0
|
7 |
}
|