Upload DFlash draft model for Alpamayo1.5 10B speculative decoding
Browse files- config.json +43 -0
- mask_embedding.pt +3 -0
- model.safetensors +3 -0
- training_state.pt +3 -0
config.json
ADDED
|
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"DFlashDraftModel"
|
| 4 |
+
],
|
| 5 |
+
"attention_bias": false,
|
| 6 |
+
"attention_dropout": 0.0,
|
| 7 |
+
"block_size": 8,
|
| 8 |
+
"dtype": "bfloat16",
|
| 9 |
+
"head_dim": 128,
|
| 10 |
+
"hidden_act": "silu",
|
| 11 |
+
"hidden_size": 4096,
|
| 12 |
+
"initializer_range": 0.02,
|
| 13 |
+
"intermediate_size": 12288,
|
| 14 |
+
"layer_types": [
|
| 15 |
+
"full_attention",
|
| 16 |
+
"full_attention"
|
| 17 |
+
],
|
| 18 |
+
"mask_token_id": 155697,
|
| 19 |
+
"max_position_embeddings": 40960,
|
| 20 |
+
"max_window_layers": 2,
|
| 21 |
+
"model_type": "qwen3",
|
| 22 |
+
"num_attention_heads": 32,
|
| 23 |
+
"num_hidden_layers": 2,
|
| 24 |
+
"num_key_value_heads": 8,
|
| 25 |
+
"num_target_layers": 36,
|
| 26 |
+
"resolution_scale": 1.0,
|
| 27 |
+
"rms_norm_eps": 1e-06,
|
| 28 |
+
"rope_scaling": null,
|
| 29 |
+
"rope_theta": 1000000.0,
|
| 30 |
+
"sliding_window": null,
|
| 31 |
+
"target_layer_ids": [
|
| 32 |
+
24,
|
| 33 |
+
30,
|
| 34 |
+
31,
|
| 35 |
+
32,
|
| 36 |
+
34
|
| 37 |
+
],
|
| 38 |
+
"tie_word_embeddings": false,
|
| 39 |
+
"transformers_version": "4.57.1",
|
| 40 |
+
"use_cache": true,
|
| 41 |
+
"use_sliding_window": false,
|
| 42 |
+
"vocab_size": 155697
|
| 43 |
+
}
|
mask_embedding.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2489e4a6a32013a5dcb9f5eddf6f0f492aadd3c40e0d04348528964ba0b265af
|
| 3 |
+
size 9818
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8616581ab2184e04b2fd91c2229b7ae0845ced45207b46bbed76f30077c8d509
|
| 3 |
+
size 939576920
|
training_state.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ce6d29e97649598b6f6b04f0630eb85bd405367a40737993af7ea7c9babc2429
|
| 3 |
+
size 1879170873
|