Commit
·
59a163d
1
Parent(s):
a6d9243
Update config.json
Browse files- config.json +3 -3
config.json
CHANGED
@@ -2,12 +2,12 @@
|
|
2 |
"_name_or_path": "microsoft/phi-1_5",
|
3 |
"activation_function": "gelu_new",
|
4 |
"architectures": [
|
5 |
-
"
|
6 |
],
|
7 |
"attn_pdrop": 0.0,
|
8 |
"auto_map": {
|
9 |
-
"AutoConfig": "
|
10 |
-
"AutoModelForCausalLM": "
|
11 |
},
|
12 |
"embd_pdrop": 0.0,
|
13 |
"flash_rotary": false,
|
|
|
2 |
"_name_or_path": "microsoft/phi-1_5",
|
3 |
"activation_function": "gelu_new",
|
4 |
"architectures": [
|
5 |
+
"PhiForCausalLM"
|
6 |
],
|
7 |
"attn_pdrop": 0.0,
|
8 |
"auto_map": {
|
9 |
+
"AutoConfig": "configuration_phi.PhiConfig",
|
10 |
+
"AutoModelForCausalLM": "modeling_phi.PhiForCausalLM"
|
11 |
},
|
12 |
"embd_pdrop": 0.0,
|
13 |
"flash_rotary": false,
|