p1atdev commited on
Commit
c6ecbfc
1 Parent(s): 4371fee

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +3 -3
config.json CHANGED
@@ -1,10 +1,10 @@
1
  {
2
  "activation_dropout": 0.0,
3
  "activation_fn": "swish",
4
- "architectures": ["LightNovelIntroRetNetModel"],
5
  "auto_map": {
6
- "AutoConfig": "modeling_retnet.LightNovelIntroRetNetModelConfig",
7
- "AutoModelForCausalLM": "modeling_retnet.LightNovelIntroRetNetModel"
8
  },
9
  "decoder_embed_dim": 1280,
10
  "decoder_ffn_embed_dim": 2560,
 
1
  {
2
  "activation_dropout": 0.0,
3
  "activation_fn": "swish",
4
+ "architectures": ["RetNetForCausalLM"],
5
  "auto_map": {
6
+ "AutoConfig": "configuration_retnet.RetNetConfig",
7
+ "AutoModelForCausalLM": "modeling_retnet.RetNetForCausalLM"
8
  },
9
  "decoder_embed_dim": 1280,
10
  "decoder_ffn_embed_dim": 2560,