PeepDaSlan9
commited on
Commit
•
6c4fcb5
1
Parent(s):
94ef1e9
Update.config.json
Browse files- config.json +30 -34
config.json
CHANGED
@@ -1,34 +1,30 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
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
|
|
|
|
|
|
|
|