Updating config: `is_causal: False`
Browse filesThis implementation is using non-causal attention.
For future correct behavior, `is_causal=False` marker will help identify this implementation detail.
- config.json +1 -0
config.json
CHANGED
|
@@ -28,5 +28,6 @@
|
|
| 28 |
"transformers_version": "4.41.2",
|
| 29 |
"use_cache": true,
|
| 30 |
"use_sliding_window": false,
|
|
|
|
| 31 |
"vocab_size": 151646
|
| 32 |
}
|
|
|
|
| 28 |
"transformers_version": "4.41.2",
|
| 29 |
"use_cache": true,
|
| 30 |
"use_sliding_window": false,
|
| 31 |
+
"is_causal": false,
|
| 32 |
"vocab_size": 151646
|
| 33 |
}
|