Aarushhh commited on
Commit
497fa3b
·
verified ·
1 Parent(s): d0590b7

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +5 -0
config.json CHANGED
@@ -2,6 +2,11 @@
2
  "architectures": [
3
  "SewyV2ForCausalLM"
4
  ],
 
 
 
 
 
5
  "attention_bias": false,
6
  "attention_dropout": 0.0,
7
  "aux_loss_alpha": 0.001,
 
2
  "architectures": [
3
  "SewyV2ForCausalLM"
4
  ],
5
+ "auto_map": {
6
+ "AutoConfig": "modular_Sewy2.Sewy2Config",
7
+ "AutoModel": "modular_Sewy2.Sewy2Model",
8
+ "AutoModelForCausalLM": "modular_Sewy2.Sewy2ForCausalLM",
9
+ },
10
  "attention_bias": false,
11
  "attention_dropout": 0.0,
12
  "aux_loss_alpha": 0.001,