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