mkshing commited on
Commit
a3f27a7
1 Parent(s): ece5c9d

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +21 -0
config.json ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token_id": 3,
3
+ "eos_token_id": 3,
4
+ "hidden_act": "gelu",
5
+ "hidden_size": 1024,
6
+ "initializer_range": 0.02,
7
+ "intermediate_size": 4096,
8
+ "layer_norm_eps": 1e-05,
9
+ "max_position_embeddings": 1024,
10
+ "model_type": "gpt_neox",
11
+ "num_attention_heads": 16,
12
+ "num_hidden_layers": 16,
13
+ "pad_token_id": 0,
14
+ "rotary_emb_base": 10000,
15
+ "rotary_pct": 0.25,
16
+ "tie_word_embeddings": false,
17
+ "transformers_version": "4.28.1",
18
+ "use_cache": true,
19
+ "use_parallel_residual": true,
20
+ "vocab_size": 65536
21
+ }