thenlper michaelfeil commited on
Commit
0d2ad8e
·
verified ·
1 Parent(s): c7ef118

Updating config: `is_causal: False` (#28)

Browse files

- Updating config: `is_causal: False` (ae91026379933e1ff815fb010285eca434307488)


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
  }