OrionZheng commited on
Commit
3b28ef7
1 Parent(s): 296f8cc

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +3 -0
config.json CHANGED
@@ -2,6 +2,9 @@
2
  "architectures": [
3
  "OpenMoeForCausalLM"
4
  ],
 
 
 
5
  "attention_bias": false,
6
  "bos_token_id": 1,
7
  "dropout_rate": 0.0,
 
2
  "architectures": [
3
  "OpenMoeForCausalLM"
4
  ],
5
+ "auto_map": {
6
+ "AutoModelForCausalLM": "modeling_openmoe.OpenMoeForCausalLM"
7
+ },
8
  "attention_bias": false,
9
  "bos_token_id": 1,
10
  "dropout_rate": 0.0,