nluai commited on
Commit
7ccd88b
1 Parent(s): cc7bc07

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -2
config.json CHANGED
@@ -15,8 +15,8 @@
15
  "softmax_scale": null
16
  },
17
  "auto_map": {
18
- "AutoConfig": "vinai/PhoGPT-4B-Chat--configuration_mpt.MPTConfig",
19
- "AutoModelForCausalLM": "vinai/PhoGPT-4B-Chat--modeling_mpt.MPTForCausalLM"
20
  },
21
  "d_model": 3072,
22
  "emb_pdrop": 0.0,
 
15
  "softmax_scale": null
16
  },
17
  "auto_map": {
18
+ "AutoConfig": "configuration_mpt.MPTConfig",
19
+ "AutoModelForCausalLM": "modeling_mpt.MPTForCausalLM"
20
  },
21
  "d_model": 3072,
22
  "emb_pdrop": 0.0,