Text Generation
Transformers
Safetensors
mistral
conversational
text-generation-inference
pankajmathur commited on
Commit
37d280d
·
verified ·
1 Parent(s): d318215

Upload params.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. params.json +13 -0
params.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dim": 4096,
3
+ "n_layers": 36,
4
+ "head_dim": 128,
5
+ "hidden_dim": 12288,
6
+ "n_heads": 32,
7
+ "n_kv_heads": 8,
8
+ "norm_eps": 1e-05,
9
+ "vocab_size": 131072,
10
+ "rope_theta": 100000000.0,
11
+ "sliding_window": [null, 32768, 32768, 32768],
12
+ "max_position_embeddings": 131072
13
+ }