thenlper michaelfeil commited on
Commit
4a5d32e
·
verified ·
1 Parent(s): a6ff4cc

`is_causal=False` marker (#46)

Browse files

- `is_causal=False` marker (532cf104aeb4d71b9562558fb69879bb4f1c8654)


Co-authored-by: Michael <[email protected]>

Files changed (1) hide show
  1. 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
  }