hongliu9903 michaelfeil commited on
Commit
29e841f
·
verified ·
1 Parent(s): 64d07be

framework support via use_bidirectional_attention - Cheers from your friends at Baseten (#3)

Browse files

- Cheers from your friends at Baseten (f6406a97f4824f6d25276a328c4fb8d259015528)


Co-authored-by: Michael <michaelfeil@users.noreply.huggingface.co>

Files changed (1) hide show
  1. config.json +2 -1
config.json CHANGED
@@ -30,5 +30,6 @@
30
  "transformers_version": "4.51.3",
31
  "use_cache": true,
32
  "use_sliding_window": false,
33
- "vocab_size": 151936
 
34
  }
 
30
  "transformers_version": "4.51.3",
31
  "use_cache": true,
32
  "use_sliding_window": false,
33
+ "vocab_size": 151936,
34
+ "use_bidirectional_attention": true
35
  }