tcheda commited on
Commit
02b315d
1 Parent(s): 8cd6f66

fix config

Browse files
Files changed (1) hide show
  1. config.json +1 -1
config.json CHANGED
@@ -7,7 +7,7 @@
7
  "auto_map": {
8
  "AutoConfig": "configuration_mot.MoTConfig",
9
  "AutoModel": "modeling_mot.MoTModel",
10
- "AutoModelForCausalLM": "modeling_mot.MoTForCausalLM"
11
  },
12
  "bos_token_id": 50256,
13
  "embd_pdrop": 0.1,
 
7
  "auto_map": {
8
  "AutoConfig": "configuration_mot.MoTConfig",
9
  "AutoModel": "modeling_mot.MoTModel",
10
+ "AutoModelForCausalLM": "modeling_mot.MoTLMHeadModel"
11
  },
12
  "bos_token_id": 50256,
13
  "embd_pdrop": 0.1,