ZibinDong commited on
Commit
ae7b990
·
verified ·
1 Parent(s): cc2596c

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +4 -0
config.json CHANGED
@@ -2,6 +2,10 @@
2
  "architectures": [
3
  "ActionCodec"
4
  ],
 
 
 
 
5
  "decoder_add_causal_mask": false,
6
  "decoder_add_self_attn": false,
7
  "decoder_cls_size": 1,
 
2
  "architectures": [
3
  "ActionCodec"
4
  ],
5
+ "auto_map": {
6
+ "AutoConfig": "configuration_actioncodec.ActionCodecConfig",
7
+ "AutoModel": "modeling_actioncodec.ActionCodec"
8
+ },
9
  "decoder_add_causal_mask": false,
10
  "decoder_add_self_attn": false,
11
  "decoder_cls_size": 1,