loubnabnl HF staff commited on
Commit
40b44dc
1 Parent(s): aec717a

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +3 -3
config.json CHANGED
@@ -13,11 +13,11 @@
13
  "initializer_range": 0.02,
14
  "layer_norm_epsilon": 1e-05,
15
  "model_type": "gpt_bigcode",
16
- "n_embd": 2048,
17
- "n_head": 16,
18
  "n_inner": 8192,
19
  "n_layer": 24,
20
- "n_positions": 8192,
21
  "pad_key_length": true,
22
  "scale_attn_weights": true,
23
  "torch_dtype": "float32",
 
13
  "initializer_range": 0.02,
14
  "layer_norm_epsilon": 1e-05,
15
  "model_type": "gpt_bigcode",
16
+ "hidden_size": 2048,
17
+ "num_attention_heads": 16,
18
  "n_inner": 8192,
19
  "n_layer": 24,
20
+ "max_position_embeddings": 8192,
21
  "pad_key_length": true,
22
  "scale_attn_weights": true,
23
  "torch_dtype": "float32",