WebScraper991923 commited on
Commit
57d0117
·
verified ·
1 Parent(s): e937d57

Clean repository before upload

Browse files
Files changed (1) hide show
  1. config.json +0 -92
config.json DELETED
@@ -1,92 +0,0 @@
1
- {
2
- "architectures": [
3
- "Qwen3_5ForConditionalGeneration"
4
- ],
5
- "model_type": "qwen3_5",
6
- "text_config": {
7
- "architectures": [
8
- "Qwen3_5ForCausalLM"
9
- ],
10
- "attention_bias": false,
11
- "attention_dropout": 0.0,
12
- "attn_output_gate": true,
13
- "bos_token_id": null,
14
- "dtype": "bfloat16",
15
- "eos_token_id": 248044,
16
- "full_attention_interval": 4,
17
- "head_dim": 256,
18
- "hidden_act": "silu",
19
- "hidden_size": 2560,
20
- "initializer_range": 0.02,
21
- "intermediate_size": 9216,
22
- "layer_types": [
23
- "linear_attention",
24
- "linear_attention",
25
- "linear_attention",
26
- "full_attention",
27
- "linear_attention",
28
- "linear_attention",
29
- "linear_attention",
30
- "full_attention",
31
- "linear_attention",
32
- "linear_attention",
33
- "linear_attention",
34
- "full_attention",
35
- "linear_attention",
36
- "linear_attention",
37
- "linear_attention",
38
- "full_attention",
39
- "linear_attention",
40
- "linear_attention",
41
- "linear_attention",
42
- "full_attention",
43
- "linear_attention",
44
- "linear_attention",
45
- "linear_attention",
46
- "full_attention",
47
- "linear_attention",
48
- "linear_attention",
49
- "linear_attention",
50
- "full_attention",
51
- "linear_attention",
52
- "linear_attention",
53
- "linear_attention",
54
- "full_attention"
55
- ],
56
- "linear_conv_kernel_dim": 4,
57
- "linear_key_head_dim": 128,
58
- "linear_num_key_heads": 16,
59
- "linear_num_value_heads": 32,
60
- "linear_value_head_dim": 128,
61
- "mamba_ssm_dtype": "float32",
62
- "max_position_embeddings": 262144,
63
- "mlp_only_layers": [],
64
- "model_type": "qwen3_5_text",
65
- "mtp_num_hidden_layers": 1,
66
- "mtp_use_dedicated_embeddings": false,
67
- "num_attention_heads": 16,
68
- "num_hidden_layers": 32,
69
- "num_key_value_heads": 4,
70
- "pad_token_id": null,
71
- "partial_rotary_factor": 0.25,
72
- "rms_norm_eps": 1e-06,
73
- "rope_parameters": {
74
- "mrope_interleaved": true,
75
- "mrope_section": [
76
- 11,
77
- 11,
78
- 10
79
- ],
80
- "partial_rotary_factor": 0.25,
81
- "rope_theta": 10000000,
82
- "rope_type": "default"
83
- },
84
- "tie_word_embeddings": true,
85
- "transformers_version": "5.6.2",
86
- "use_cache": false,
87
- "vocab_size": 248320
88
- },
89
- "tie_word_embeddings": true,
90
- "torch_dtype": "bfloat16",
91
- "transformers_version": "5.6.2"
92
- }