update attention_map: softmax -> softmax-gnot
Browse files
base_model/checkpoints/best-model/config.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
{
|
| 2 |
"_attn_implementation_autoset": true,
|
| 3 |
"model_config": {
|
| 4 |
-
"attention_map": "softmax",
|
| 5 |
"attention_method": "linear",
|
| 6 |
"dim_embed": 256,
|
| 7 |
"dim_feedforward": 1024,
|
|
|
|
| 1 |
{
|
| 2 |
"_attn_implementation_autoset": true,
|
| 3 |
"model_config": {
|
| 4 |
+
"attention_map": "softmax-gnot",
|
| 5 |
"attention_method": "linear",
|
| 6 |
"dim_embed": 256,
|
| 7 |
"dim_feedforward": 1024,
|