sheonhan commited on
Commit
0434ac2
1 Parent(s): 12070ed

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +1 -1
config.json CHANGED
@@ -17,7 +17,7 @@
17
  "num_channels": 3,
18
  "num_hidden_layers": 35,
19
  "num_residual_blocks": 8,
20
- "qkv_bias": false,
21
  "residual_dropout_prob": 0.0,
22
  "transformers_version": "4.30.0.dev0",
23
  "vocab_size": 512
 
17
  "num_channels": 3,
18
  "num_hidden_layers": 35,
19
  "num_residual_blocks": 8,
20
+ "qkv_bias": true,
21
  "residual_dropout_prob": 0.0,
22
  "transformers_version": "4.30.0.dev0",
23
  "vocab_size": 512