phoebeklett
commited on
Commit
•
b1f74a8
1
Parent(s):
56bfb1a
Update config.json
Browse files- config.json +1 -1
config.json
CHANGED
@@ -21,7 +21,7 @@
|
|
21 |
"use_active_externalism": true
|
22 |
},
|
23 |
"auto_map": {
|
24 |
-
"AutoConfig": "
|
25 |
"AutoModelForCausalLM": "modeling_mpt.ExtendedMPTForCausalLM"
|
26 |
},
|
27 |
"d_model": 4096,
|
|
|
21 |
"use_active_externalism": true
|
22 |
},
|
23 |
"auto_map": {
|
24 |
+
"AutoConfig": "configuration.ExtendedMPTConfig",
|
25 |
"AutoModelForCausalLM": "modeling_mpt.ExtendedMPTForCausalLM"
|
26 |
},
|
27 |
"d_model": 4096,
|