teddy-f-47
commited on
Commit
•
c8146d5
1
Parent(s):
7608adc
Update config.json
Browse files- config.json +3 -3
config.json
CHANGED
@@ -1,13 +1,13 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"activation_function": "gelu_new",
|
4 |
"architectures": [
|
5 |
"PhiForCausalLM"
|
6 |
],
|
7 |
"attn_pdrop": 0.0,
|
8 |
"auto_map": {
|
9 |
-
"AutoConfig": "
|
10 |
-
"AutoModelForCausalLM": "
|
11 |
},
|
12 |
"embd_pdrop": 0.0,
|
13 |
"flash_attn": false,
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "teddy-f-47/phi-1_5-pl-v_0_1",
|
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_attn": false,
|