Update config.json
Browse files- config.json +2 -4
config.json
CHANGED
@@ -1,11 +1,9 @@
|
|
1 |
{
|
2 |
"_name_or_path": "microsoft/phi-1_5",
|
3 |
"architectures": [
|
4 |
-
"
|
5 |
],
|
6 |
-
|
7 |
-
"AutoModelForCausalLM": "modeling_phi_rot.PhiRotForCausalLM"
|
8 |
-
},
|
9 |
"attention_dropout": 0.0,
|
10 |
"bos_token_id": null,
|
11 |
"embd_pdrop": 0.0,
|
|
|
1 |
{
|
2 |
"_name_or_path": "microsoft/phi-1_5",
|
3 |
"architectures": [
|
4 |
+
"PhiModel"
|
5 |
],
|
6 |
+
|
|
|
|
|
7 |
"attention_dropout": 0.0,
|
8 |
"bos_token_id": null,
|
9 |
"embd_pdrop": 0.0,
|