harrisonvanderbyl commited on
Commit
8b78505
·
verified ·
1 Parent(s): 9dc3a19

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +4 -4
config.json CHANGED
@@ -4,9 +4,9 @@
4
  "LiquidHeadModelForCausalLM"
5
  ],
6
  "vocab_size": 2,
7
- "num_attention_heads":16,
8
- "hidden_size": 8192,
9
  "embedding_mode": true,
10
- "num_hidden_layers": 40,
11
- "head_dim": 8192
12
  }
 
4
  "LiquidHeadModelForCausalLM"
5
  ],
6
  "vocab_size": 2,
7
+ "num_attention_heads":64,
8
+ "hidden_size": 4096,
9
  "embedding_mode": true,
10
+ "num_hidden_layers": 1,
11
+ "head_dim": 64
12
  }