Update config.json
Browse files- config.json +2 -2
config.json
CHANGED
|
@@ -5,8 +5,8 @@
|
|
| 5 |
"attention_dropout": 0.0,
|
| 6 |
"attn_init_change": false,
|
| 7 |
"auto_map": {
|
| 8 |
-
"AutoConfig": "
|
| 9 |
-
"AutoModelForCausalLM": "
|
| 10 |
},
|
| 11 |
"bos_token_id": 151643,
|
| 12 |
"decoder_sparse_step": 1,
|
|
|
|
| 5 |
"attention_dropout": 0.0,
|
| 6 |
"attn_init_change": false,
|
| 7 |
"auto_map": {
|
| 8 |
+
"AutoConfig": "configuration_upcycling_qwen2_moe.UpcyclingQwen2MoeConfig",
|
| 9 |
+
"AutoModelForCausalLM": "modeling_upcycling_qwen2_moe.UpcyclingQwen2MoeForCausalLM"
|
| 10 |
},
|
| 11 |
"bos_token_id": 151643,
|
| 12 |
"decoder_sparse_step": 1,
|