baseten-admin commited on
Commit
b81e55d
·
verified ·
1 Parent(s): 5129df8

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -1
config.json CHANGED
@@ -36,5 +36,6 @@
36
  "torch_dtype": "bfloat16",
37
  "transformers_version": "4.51.0",
38
  "use_cache": false,
39
- "vocab_size": 128256
 
40
  }
 
36
  "torch_dtype": "bfloat16",
37
  "transformers_version": "4.51.0",
38
  "use_cache": false,
39
+ "vocab_size": 128256,
40
+ "use_bidirectional_attention": true,
41
  }