nwhamed commited on
Commit
1b610fc
1 Parent(s): 5de1bb3

Create gemma-7b-config.json

Browse files
Files changed (1) hide show
  1. gemma-7b-config.json +13 -0
gemma-7b-config.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "gpt2",
3
+ "vocab_size": 50257,
4
+ "n_positions": 1024,
5
+ "n_ctx": 1024,
6
+ "n_embd": 1600,
7
+ "n_layer": 48,
8
+ "n_head": 32,
9
+ "resid_pdrop": 0.1,
10
+ "embd_pdrop": 0.1,
11
+ "attn_pdrop": 0.1,
12
+ "layer_norm_epsilon": 1e-5
13
+ }