umarbutler commited on
Commit
1265df1
1 Parent(s): cc3d96d

Create config.json

Browse files
Files changed (1) hide show
  1. config.json +32 -0
config.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ {
3
+ "_name_or_path": "umarbutler/open-australian-legal-phi-1_5",
4
+ "activation_function": "gelu_new",
5
+ "architectures": [
6
+ "PhiForCausalLM"
7
+ ],
8
+ "attn_pdrop": 0.0,
9
+ "auto_map": {
10
+ "AutoConfig": "configuration_phi.PhiConfig",
11
+ "AutoModelForCausalLM": "modeling_phi.PhiForCausalLM"
12
+ },
13
+ "embd_pdrop": 0.0,
14
+ "flash_attn": false,
15
+ "flash_rotary": false,
16
+ "fused_dense": false,
17
+ "initializer_range": 0.02,
18
+ "layer_norm_epsilon": 1e-05,
19
+ "model_type": "phi-msft",
20
+ "n_embd": 2048,
21
+ "n_head": 32,
22
+ "n_head_kv": null,
23
+ "n_inner": null,
24
+ "n_layer": 24,
25
+ "n_positions": 2048,
26
+ "resid_pdrop": 0.0,
27
+ "rotary_dim": 32,
28
+ "tie_word_embeddings": false,
29
+ "torch_dtype": "float16",
30
+ "transformers_version": "4.34.1",
31
+ "vocab_size": 51200
32
+ }