Commit
·
35f6439
1
Parent(s):
a728fdd
Update config.json
Browse files- config.json +2 -2
config.json
CHANGED
@@ -21,8 +21,8 @@
|
|
21 |
"use_active_externalism": true
|
22 |
},
|
23 |
"auto_map": {
|
24 |
-
"AutoConfig": "ExtendedMPTConfig",
|
25 |
-
"AutoModelForCausalLM": "ExtendedMPTForCausalLM"
|
26 |
},
|
27 |
"d_model": 4096,
|
28 |
"emb_pdrop": 0,
|
|
|
21 |
"use_active_externalism": true
|
22 |
},
|
23 |
"auto_map": {
|
24 |
+
"AutoConfig": "configuration.ExtendedMPTConfig",
|
25 |
+
"AutoModelForCausalLM": "modeling_mpt.ExtendedMPTForCausalLM"
|
26 |
},
|
27 |
"d_model": 4096,
|
28 |
"emb_pdrop": 0,
|