mkshing commited on
Commit
09d391e
1 Parent(s): 65aaed5

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +20 -0
config.json ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": 4096,
10
+ "model_type": "gpt_neox",
11
+ "num_attention_heads": 12,
12
+ "num_hidden_layers": 12,
13
+ "rotary_emb_base": 10000,
14
+ "rotary_pct": 0.25,
15
+ "tie_word_embeddings": false,
16
+ "transformers_version": "4.28.1",
17
+ "use_cache": true,
18
+ "use_parallel_residual": true,
19
+ "vocab_size": 65536
20
+ }