susnato commited on
Commit
19bab52
1 Parent(s): 18a239c

Create config.json

Browse files
Files changed (1) hide show
  1. config.json +27 -0
config.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "PhiForCausalLM"
4
+ ],
5
+ "bos_token_id": 1,
6
+ "embd_pdrop": 0.0,
7
+ "eos_token_id": 2,
8
+ "hidden_act": "gelu_new",
9
+ "hidden_size": 2048,
10
+ "initializer_range": 0.02,
11
+ "intermediate_size": 8192,
12
+ "max_position_embeddings": 2048,
13
+ "model_type": "phi",
14
+ "num_attention_heads": 32,
15
+ "num_hidden_layers": 24,
16
+ "num_key_value_heads": 32,
17
+ "pretraining_tp": 1,
18
+ "resid_pdrop": 0.0,
19
+ "rms_norm_eps": 1e-05,
20
+ "rope_scaling": null,
21
+ "rope_theta": 10000.0,
22
+ "rotary_dim": 32,
23
+ "tie_word_embeddings": false,
24
+ "transformers_version": "4.34.0.dev0",
25
+ "use_cache": true,
26
+ "vocab_size": 51200
27
+ }