-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
55 lines (55 loc) · 1.17 KB
/
Copy pathconfig.json
File metadata and controls
55 lines (55 loc) · 1.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"architectures": [
"Qwen3DSparkModel"
],
"attention_bias": false,
"attention_dropout": 0.0,
"block_size": 7,
"bos_token_id": 151643,
"confidence_head_with_markov": true,
"dtype": "bfloat16",
"enable_confidence_head": true,
"eos_token_id": 151645,
"head_dim": 128,
"hidden_act": "silu",
"hidden_size": 2560,
"initializer_range": 0.02,
"intermediate_size": 9728,
"layer_types": [
"full_attention",
"full_attention",
"full_attention",
"full_attention",
"full_attention"
],
"markov_head_type": "vanilla",
"markov_rank": 256,
"mask_token_id": 151669,
"max_position_embeddings": 40960,
"max_window_layers": 36,
"model_type": "qwen3",
"num_anchors": 512,
"num_attention_heads": 32,
"num_hidden_layers": 5,
"num_key_value_heads": 8,
"num_target_layers": 36,
"pad_token_id": null,
"rms_norm_eps": 1e-06,
"rope_parameters": {
"rope_theta": 1000000,
"rope_type": "default"
},
"sliding_window": null,
"target_layer_ids": [
1,
9,
17,
25,
33
],
"tie_word_embeddings": false,
"transformers_version": "5.10.2",
"use_cache": true,
"use_sliding_window": false,
"vocab_size": 151936
}