Upload merged Qwen3.5-27B + MiniMax-Coder (16-bit)
Browse files- config.json +4 -4
- generation_config.json +1 -1
- tokenizer_config.json +2 -3
config.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
| 2 |
"architectures": [
|
| 3 |
"Qwen3_5ForConditionalGeneration"
|
| 4 |
],
|
| 5 |
-
"
|
| 6 |
"image_token_id": 248056,
|
| 7 |
"model_type": "qwen3_5",
|
| 8 |
"pad_token_id": 248055,
|
|
@@ -11,7 +11,7 @@
|
|
| 11 |
"attention_dropout": 0.0,
|
| 12 |
"attn_output_gate": true,
|
| 13 |
"bos_token_id": null,
|
| 14 |
-
"
|
| 15 |
"eos_token_id": 248044,
|
| 16 |
"full_attention_interval": 4,
|
| 17 |
"head_dim": 256,
|
|
@@ -118,13 +118,13 @@
|
|
| 118 |
"vocab_size": 248320
|
| 119 |
},
|
| 120 |
"tie_word_embeddings": false,
|
| 121 |
-
"transformers_version": "5.
|
| 122 |
"unsloth_fixed": true,
|
| 123 |
"video_token_id": 248057,
|
| 124 |
"vision_config": {
|
| 125 |
"deepstack_visual_indexes": [],
|
| 126 |
"depth": 27,
|
| 127 |
-
"
|
| 128 |
"hidden_act": "gelu_pytorch_tanh",
|
| 129 |
"hidden_size": 1152,
|
| 130 |
"in_channels": 3,
|
|
|
|
| 2 |
"architectures": [
|
| 3 |
"Qwen3_5ForConditionalGeneration"
|
| 4 |
],
|
| 5 |
+
"dtype": "float16",
|
| 6 |
"image_token_id": 248056,
|
| 7 |
"model_type": "qwen3_5",
|
| 8 |
"pad_token_id": 248055,
|
|
|
|
| 11 |
"attention_dropout": 0.0,
|
| 12 |
"attn_output_gate": true,
|
| 13 |
"bos_token_id": null,
|
| 14 |
+
"dtype": "float16",
|
| 15 |
"eos_token_id": 248044,
|
| 16 |
"full_attention_interval": 4,
|
| 17 |
"head_dim": 256,
|
|
|
|
| 118 |
"vocab_size": 248320
|
| 119 |
},
|
| 120 |
"tie_word_embeddings": false,
|
| 121 |
+
"transformers_version": "5.2.0",
|
| 122 |
"unsloth_fixed": true,
|
| 123 |
"video_token_id": 248057,
|
| 124 |
"vision_config": {
|
| 125 |
"deepstack_visual_indexes": [],
|
| 126 |
"depth": 27,
|
| 127 |
+
"dtype": "float16",
|
| 128 |
"hidden_act": "gelu_pytorch_tanh",
|
| 129 |
"hidden_size": 1152,
|
| 130 |
"in_channels": 3,
|
generation_config.json
CHANGED
|
@@ -9,5 +9,5 @@
|
|
| 9 |
"temperature": 0.6,
|
| 10 |
"top_k": 20,
|
| 11 |
"top_p": 0.95,
|
| 12 |
-
"transformers_version": "5.
|
| 13 |
}
|
|
|
|
| 9 |
"temperature": 0.6,
|
| 10 |
"top_k": 20,
|
| 11 |
"top_p": 0.95,
|
| 12 |
+
"transformers_version": "5.2.0"
|
| 13 |
}
|
tokenizer_config.json
CHANGED
|
@@ -29,6 +29,5 @@
|
|
| 29 |
"unk_token": null,
|
| 30 |
"video_token": "<|video_pad|>",
|
| 31 |
"vision_bos_token": "<|vision_start|>",
|
| 32 |
-
"vision_eos_token": "<|vision_end|>"
|
| 33 |
-
|
| 34 |
-
}
|
|
|
|
| 29 |
"unk_token": null,
|
| 30 |
"video_token": "<|video_pad|>",
|
| 31 |
"vision_bos_token": "<|vision_start|>",
|
| 32 |
+
"vision_eos_token": "<|vision_end|>"
|
| 33 |
+
}
|
|
|