SykoSLM commited on
Commit
d1dd092
·
verified ·
1 Parent(s): cda1e6d

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +35 -0
config.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "Phi3ForCausalLM"
4
+ ],
5
+ "attention_dropout": 0.0,
6
+ "bos_token_id": 0,
7
+ "dtype": "float16",
8
+ "embd_pdrop": 0.0,
9
+ "eos_token_id": 0,
10
+ "hidden_act": "silu",
11
+ "hidden_size": 1024,
12
+ "ignore_keys_at_rope_validation": null,
13
+ "initializer_range": 0.02,
14
+ "intermediate_size": 2304,
15
+ "max_position_embeddings": 1024,
16
+ "model_type": "phi3",
17
+ "num_attention_heads": 8,
18
+ "num_hidden_layers": 18,
19
+ "num_key_value_heads": 2,
20
+ "original_max_position_embeddings": 4096,
21
+ "pad_token_id": 4,
22
+ "partial_rotary_factor": 1.0,
23
+ "resid_pdrop": 0.0,
24
+ "rms_norm_eps": 1e-05,
25
+ "rope_parameters": {
26
+ "partial_rotary_factor": 1.0,
27
+ "rope_theta": 10000.0,
28
+ "rope_type": "default"
29
+ },
30
+ "sliding_window": null,
31
+ "tie_word_embeddings": false,
32
+ "transformers_version": "5.0.0",
33
+ "use_cache": false,
34
+ "vocab_size": 50000
35
+ }