ybabakhin baseten-admin commited on
Commit
1acaf42
·
verified ·
1 Parent(s): eb71730

Update config.json (#12)

Browse files

- Update config.json (b81e55d61e9fb9b8e103250ef9f7bad64035699c)
- remove extra comma (62098653c3e2d9d7868fad0dd6e4cbc88ae22a10)


Co-authored-by: Baseten Admin <baseten-admin@users.noreply.huggingface.co>

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
  }