Schmadge commited on
Commit
8d2ddaf
·
1 Parent(s): 86bdaf1

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +4 -4
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "mosaicml/mpt-7b-instruct",
3
  "architectures": [
4
  "MPTForCausalLM"
5
  ],
@@ -16,8 +16,8 @@
16
  "softmax_scale": null
17
  },
18
  "auto_map": {
19
- "AutoConfig": "mosaicml/mpt-7b-instruct--configuration_mpt.MPTConfig",
20
- "AutoModelForCausalLM": "mosaicml/mpt-7b-instruct--modeling_mpt.MPTForCausalLM"
21
  },
22
  "d_model": 4096,
23
  "emb_pdrop": 0,
@@ -50,4 +50,4 @@
50
  "use_cache": false,
51
  "verbose": 0,
52
  "vocab_size": 50432
53
- }
 
1
  {
2
+ "_name_or_path": "Schmadge/mpt-7b-action-importance-ft",
3
  "architectures": [
4
  "MPTForCausalLM"
5
  ],
 
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,
 
50
  "use_cache": false,
51
  "verbose": 0,
52
  "vocab_size": 50432
53
+ }