paulilioaica
commited on
Commit
•
b523290
1
Parent(s):
4e9b02e
Update config.json
Browse files- config.json +2 -3
config.json
CHANGED
@@ -4,11 +4,10 @@
|
|
4 |
"architectures": [
|
5 |
"PhiForCausalLM"
|
6 |
],
|
7 |
-
"attention_dropout": 0.0,
|
8 |
"attn_pdrop": 0.0,
|
9 |
"auto_map": {
|
10 |
-
"AutoConfig": "
|
11 |
-
"AutoModelForCausalLM": "
|
12 |
},
|
13 |
"bos_token_id": null,
|
14 |
"embd_pdrop": 0.0,
|
|
|
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 |
"bos_token_id": null,
|
13 |
"embd_pdrop": 0.0,
|