soldni commited on
Commit
3cf55ab
1 Parent(s): 9f4fd56

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -2
config.json CHANGED
@@ -1,11 +1,11 @@
1
  {
2
  "_name_or_path": "/data/chris/hf/7b-v3",
3
  "architectures": [
4
- "MOLMoForCausalLM"
5
  ],
6
  "auto_map": {
7
  "AutoConfig": "config_molmo.MolmoConfig",
8
- "AutoModelForCausalLM": "modeling_molmo.MOLMoForCausalLM"
9
  },
10
  "clip_qkv": null,
11
  "embedding_size": 152064,
 
1
  {
2
  "_name_or_path": "/data/chris/hf/7b-v3",
3
  "architectures": [
4
+ "MolmoForCausalLM"
5
  ],
6
  "auto_map": {
7
  "AutoConfig": "config_molmo.MolmoConfig",
8
+ "AutoModelForCausalLM": "modeling_molmo.MolmoForCausalLM"
9
  },
10
  "clip_qkv": null,
11
  "embedding_size": 152064,