PeepDaSlan9 commited on
Commit
6c4fcb5
1 Parent(s): 94ef1e9

Update.config.json

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