Nguyen Tien
commited on
Commit
•
2045b83
1
Parent(s):
00b628d
Update config.json
Browse files- config.json +2 -2
config.json
CHANGED
@@ -16,8 +16,8 @@
|
|
16 |
"softmax_scale": null
|
17 |
},
|
18 |
"auto_map": {
|
19 |
-
"AutoConfig": "
|
20 |
-
"AutoModelForCausalLM": "
|
21 |
},
|
22 |
"d_model": 4096,
|
23 |
"emb_pdrop": 0.0,
|
|
|
16 |
"softmax_scale": null
|
17 |
},
|
18 |
"auto_map": {
|
19 |
+
"AutoConfig": "configuration_mpt.MPTConfig",
|
20 |
+
"AutoModelForCausalLM": "modeling_mpt.MPTForCausalLM"
|
21 |
},
|
22 |
"d_model": 4096,
|
23 |
"emb_pdrop": 0.0,
|