STEM-AI-mtl
commited on
Commit
•
daf0380
1
Parent(s):
c3f423b
Update config.json
Browse files- config.json +3 -3
config.json
CHANGED
@@ -4,9 +4,9 @@
|
|
4 |
"PhiForCausalLM"
|
5 |
],
|
6 |
"attention_dropout": 0.0,
|
7 |
-
|
8 |
-
"AutoConfig": "configuration_phi.PhiConfig",
|
9 |
-
"AutoModelForCausalLM": "modeling_phi.PhiForCausalLM"
|
10 |
},
|
11 |
"bos_token_id": 50256,
|
12 |
"embd_pdrop": 0.0,
|
|
|
4 |
"PhiForCausalLM"
|
5 |
],
|
6 |
"attention_dropout": 0.0,
|
7 |
+
"auto_map": {
|
8 |
+
"AutoConfig": "microsoft/phi-2--configuration_phi.PhiConfig",
|
9 |
+
"AutoModelForCausalLM": "microsoft/phi-2--modeling_phi.PhiForCausalLM"
|
10 |
},
|
11 |
"bos_token_id": 50256,
|
12 |
"embd_pdrop": 0.0,
|