Update config.json
Browse files- 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,
|