patrickvonplaten commited on
Commit
775ac30
·
verified ·
1 Parent(s): 22eff84

Update params.json

Browse files
Files changed (1) hide show
  1. params.json +3 -3
params.json CHANGED
@@ -1,8 +1,8 @@
1
  {
2
- "dim": 3072,
3
- "n_layers": 30,
4
  "head_dim": 128,
5
- "hidden_dim": 8192,
6
  "n_heads": 32,
7
  "n_kv_heads": 8,
8
  "rope_theta": 100000000.0,
 
1
  {
2
+ "dim": 5120,
3
+ "n_layers": 40,
4
  "head_dim": 128,
5
+ "hidden_dim": 32768,
6
  "n_heads": 32,
7
  "n_kv_heads": 8,
8
  "rope_theta": 100000000.0,