sanmonga22 commited on
Commit
fa39b21
·
verified ·
1 Parent(s): de25ff8

Upload v81/qwen3.5-2b-1024.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. v81/qwen3.5-2b-1024.json +65 -0
v81/qwen3.5-2b-1024.json ADDED
@@ -0,0 +1,65 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "schema_version": 1,
3
+ "_comment": "Qwen3.5 (qwen3_5) GatedDeltaNet hybrid TEXT decoder for v81. Most layers are a recurrent gated delta-rule linear attention (+ short conv state), 1-in-4 is gated softmax attention (partial-rotary M-RoPE, output gate). Decode-over-prompt seed; fp16 first (strict greedy parity). Vision tower + MTP not exported (text-LLM path).",
4
+ "model": {
5
+ "name": "qwen3.5-2b-1024",
6
+ "family": "llm",
7
+ "dsp_arch": "v81",
8
+ "tokenizer_pre": "qwen2"
9
+ },
10
+ "params": {
11
+ "hidden": 2048,
12
+ "vocab": 248320,
13
+ "n_layers": 24,
14
+ "max_ctx": 1024,
15
+ "kv_dim": 512,
16
+ "head_dim": 256,
17
+ "rope_theta": 10000000.0,
18
+ "eos_token_id": 248044,
19
+ "gated_delta": {
20
+ "q_heads": 8,
21
+ "kv_heads": 2,
22
+ "lin_k_heads": 16,
23
+ "lin_v_heads": 16,
24
+ "lin_k_dim": 128,
25
+ "lin_v_dim": 128,
26
+ "conv_kernel": 4,
27
+ "full_every": 4,
28
+ "rot_dim": 64,
29
+ "attn_gate": true,
30
+ "full_attn_idx": [
31
+ 3,
32
+ 7,
33
+ 11,
34
+ 15,
35
+ 19,
36
+ 23
37
+ ]
38
+ }
39
+ },
40
+ "artifacts": {
41
+ "contexts": {
42
+ "decode": {
43
+ "bin": "qwen352b_decode_f16.bin"
44
+ },
45
+ "lmhead": {
46
+ "bin": "qwen352b_lmhead_f16.bin"
47
+ }
48
+ },
49
+ "embed": "qwen352b_embed_f16.bin",
50
+ "tokenizer": "tokenizer.json"
51
+ },
52
+ "plan": {
53
+ "steps": [
54
+ {
55
+ "host": "qwen3_5_generate",
56
+ "params": {
57
+ "decode": "qwen352b_decode_f16",
58
+ "lmhead": "qwen352b_lmhead_f16",
59
+ "max_new": 64,
60
+ "neg": -50000
61
+ }
62
+ }
63
+ ]
64
+ }
65
+ }