BossRui commited on
Commit
85a197e
1 Parent(s): 25ad331

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +34 -0
config.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "Phi3ForCausalLM"
4
+ ],
5
+ "attention_dropout": 0.0,
6
+ "auto_map": {
7
+ "AutoConfig": "configuration_phi3.Phi3Config",
8
+ "AutoModelForCausalLM": "modeling_phi3.Phi3ForCausalLM"
9
+ },
10
+ "bos_token_id": 1,
11
+ "embd_pdrop": 0.0,
12
+ "eos_token_id": 32000,
13
+ "hidden_act": "silu",
14
+ "hidden_size": 3072,
15
+ "initializer_range": 0.02,
16
+ "intermediate_size": 8192,
17
+ "max_position_embeddings": 4096,
18
+ "model_type": "phi3",
19
+ "num_attention_heads": 32,
20
+ "num_hidden_layers": 32,
21
+ "num_key_value_heads": 32,
22
+ "original_max_position_embeddings": 4096,
23
+ "pad_token_id": 32000,
24
+ "resid_pdrop": 0.0,
25
+ "rms_norm_eps": 1e-05,
26
+ "rope_scaling": null,
27
+ "rope_theta": 10000.0,
28
+ "sliding_window": 2047,
29
+ "tie_word_embeddings": false,
30
+ "torch_dtype": "bfloat16",
31
+ "transformers_version": "4.42.3",
32
+ "use_cache": true,
33
+ "vocab_size": 32064
34
+ }