phoebeklett commited on
Commit
a728fdd
1 Parent(s): 088b940

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -2
config.json CHANGED
@@ -21,8 +21,8 @@
21
  "use_active_externalism": true
22
  },
23
  "auto_map": {
24
- "AutoConfig": "mosaicml/mpt-7b-chat--configuration_mpt.MPTConfig",
25
- "AutoModelForCausalLM": "mosaicml/mpt-7b-chat--modeling_mpt.MPTForCausalLM"
26
  },
27
  "d_model": 4096,
28
  "emb_pdrop": 0,
 
21
  "use_active_externalism": true
22
  },
23
  "auto_map": {
24
+ "AutoConfig": "ExtendedMPTConfig",
25
+ "AutoModelForCausalLM": "ExtendedMPTForCausalLM"
26
  },
27
  "d_model": 4096,
28
  "emb_pdrop": 0,