ZHANGYUXUAN-zR RaushanTurganbay HF Staff commited on
Commit
3c1471e
·
1 Parent(s): 9e9a4c5

Fix config model type (#22)

Browse files

- Fix config model type (83b014d2ccd921c6a756bfbaa3d74ca35eb94704)


Co-authored-by: Raushan Turganbay <[email protected]>

Files changed (1) hide show
  1. config.json +1 -1
config.json CHANGED
@@ -46,7 +46,7 @@
46
  }
47
  },
48
  "vision_config": {
49
- "model_type": "glm4v",
50
  "hidden_size": 1536,
51
  "depth": 24,
52
  "num_heads": 12,
 
46
  }
47
  },
48
  "vision_config": {
49
+ "model_type": "glm4v_vision",
50
  "hidden_size": 1536,
51
  "depth": 24,
52
  "num_heads": 12,