nousr commited on
Commit
ec7ad11
1 Parent(s): a1ef688

Upload decoder/decoder_config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. decoder/decoder_config.json +2 -0
decoder/decoder_config.json CHANGED
@@ -15,6 +15,8 @@
15
  "attn_dim_head": 64,
16
  "sparse_attn": true,
17
  "memory_efficient": true,
 
 
18
  "self_attn": [false, true, true, true]
19
  }
20
  ],
 
15
  "attn_dim_head": 64,
16
  "sparse_attn": true,
17
  "memory_efficient": true,
18
+ "scale_skip_connection":true,
19
+ "resnet_weight_standardization": true,
20
  "self_attn": [false, true, true, true]
21
  }
22
  ],