SerhiiBzenko commited on
Commit
c52c94e
·
verified ·
1 Parent(s): dff71f9

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +37 -0
config.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "PhiForCausalLM"
4
+ ],
5
+ "attention_dropout": 0.0,
6
+ "bos_token_id": 50256,
7
+ "embd_pdrop": 0.0,
8
+ "eos_token_id": 50256,
9
+ "hidden_act": "gelu_new",
10
+ "hidden_size": 2560,
11
+ "initializer_range": 0.02,
12
+ "intermediate_size": 10240,
13
+ "layer_norm_eps": 1e-05,
14
+ "max_position_embeddings": 2048,
15
+ "model_type": "phi",
16
+ "num_attention_heads": 32,
17
+ "num_hidden_layers": 32,
18
+ "num_key_value_heads": 32,
19
+ "partial_rotary_factor": 0.4,
20
+ "qk_layernorm": false,
21
+ "quantization": {
22
+ "group_size": 64,
23
+ "bits": 4
24
+ },
25
+ "quantization_config": {
26
+ "group_size": 64,
27
+ "bits": 4
28
+ },
29
+ "resid_pdrop": 0.1,
30
+ "rope_scaling": null,
31
+ "rope_theta": 10000.0,
32
+ "tie_word_embeddings": false,
33
+ "torch_dtype": "float16",
34
+ "transformers_version": "4.37.0",
35
+ "use_cache": true,
36
+ "vocab_size": 51200
37
+ }