stefan-insilico commited on
Commit
8af136c
1 Parent(s): 0eb753a

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +3 -4
config.json CHANGED
@@ -1,5 +1,4 @@
1
  {
2
- "_name_or_path": "insilicomedicine/precious3-gpt",
3
  "architectures": [
4
  "Custom_MPTForCausalLM"
5
  ],
@@ -30,8 +29,8 @@
30
  "softmax_scale": null
31
  },
32
  "auto_map": {
33
- "AutoConfig": "mpt_7b--precious_multi_modal.Custom_MPTConfig",
34
- "AutoModelForCausalLM": "mpt_7b--precious_multi_modal.Custom_MPTForCausalLM"
35
  },
36
  "bos_token_id": 0,
37
  "d_model": 360,
@@ -71,4 +70,4 @@
71
  "use_pad_tok_in_ffn": true,
72
  "verbose": 0,
73
  "vocab_size": 63740
74
- }
 
1
  {
 
2
  "architectures": [
3
  "Custom_MPTForCausalLM"
4
  ],
 
29
  "softmax_scale": null
30
  },
31
  "auto_map": {
32
+ "AutoConfig": "precious3_gpt_multi_modal.Custom_MPTConfig",
33
+ "AutoModelForCausalLM": "precious3_gpt_multi_modal.Custom_MPTForCausalLM"
34
  },
35
  "bos_token_id": 0,
36
  "d_model": 360,
 
70
  "use_pad_tok_in_ffn": true,
71
  "verbose": 0,
72
  "vocab_size": 63740
73
+ }