patrickvonplaten commited on
Commit
822f3c1
·
verified ·
1 Parent(s): 6ae9e92

Update params.json

Browse files
Files changed (1) hide show
  1. params.json +2 -1
params.json CHANGED
@@ -7,5 +7,6 @@
7
  "n_kv_heads": 8,
8
  "norm_eps": 1e-05,
9
  "vocab_size": 131072,
10
- "rope_theta": 100000000.0
 
11
  }
 
7
  "n_kv_heads": 8,
8
  "norm_eps": 1e-05,
9
  "vocab_size": 131072,
10
+ "rope_theta": 100000000.0,
11
+ "max_seq_len": 32768
12
  }