SsyzeChen FartingBackwards commited on
Commit
ff4c5d4
·
1 Parent(s): 3b0d3f5

Fix transformer/config.json: 14B dims should be 1.3B (#1)

Browse files

- Update transformer/config.json (3fef913143df05ccc4a8ddf2e578781fdde8afb2)


Co-authored-by: stuttlepress <FartingBackwards@users.noreply.huggingface.co>

Files changed (1) hide show
  1. transformer/config.json +3 -3
transformer/config.json CHANGED
@@ -5,12 +5,12 @@
5
  "attention_head_dim": 128,
6
  "cross_attn_norm": true,
7
  "eps": 1e-06,
8
- "ffn_dim": 13824,
9
  "freq_dim": 256,
10
  "image_dim": null,
11
  "in_channels": 16,
12
- "num_attention_heads": 40,
13
- "num_layers": 40,
14
  "out_channels": 16,
15
  "patch_size": [
16
  1,
 
5
  "attention_head_dim": 128,
6
  "cross_attn_norm": true,
7
  "eps": 1e-06,
8
+ "ffn_dim": 8960,
9
  "freq_dim": 256,
10
  "image_dim": null,
11
  "in_channels": 16,
12
+ "num_attention_heads": 12,
13
+ "num_layers": 30,
14
  "out_channels": 16,
15
  "patch_size": [
16
  1,