Commit
·
7759b47
1
Parent(s):
6731a80
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": "microsoft/phi-1_5--
|
| 10 |
-
"AutoModelForCausalLM": "microsoft/phi-1_5--
|
| 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": "microsoft/phi-1_5--configuration_phi.PhiConfig",
|
| 10 |
+
"AutoModelForCausalLM": "microsoft/phi-1_5--modeling_phi.PhiForCausalLM"
|
| 11 |
},
|
| 12 |
"embd_pdrop": 0.0,
|
| 13 |
"flash_rotary": false,
|