algorise commited on
Commit
b6e3445
·
verified ·
1 Parent(s): 4cc78ea

Upload arch_check.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. arch_check.json +62 -0
arch_check.json ADDED
@@ -0,0 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "learn_model": "luzimu/FullStack-Learn-LM-30B-A3B",
3
+ "base_model": "Qwen/Qwen3-Coder-30B-A3B-Instruct",
4
+ "architecture_comparison": {
5
+ "architectures": {
6
+ "learn": [
7
+ "Qwen3MoeForCausalLM"
8
+ ],
9
+ "base": [
10
+ "Qwen3MoeForCausalLM"
11
+ ],
12
+ "match": true
13
+ },
14
+ "hidden_size": {
15
+ "learn": 2048,
16
+ "base": 2048,
17
+ "match": true
18
+ },
19
+ "num_hidden_layers": {
20
+ "learn": 48,
21
+ "base": 48,
22
+ "match": true
23
+ },
24
+ "num_experts": {
25
+ "learn": 128,
26
+ "base": 128,
27
+ "match": true
28
+ },
29
+ "num_experts_per_tok": {
30
+ "learn": 8,
31
+ "base": 8,
32
+ "match": true
33
+ },
34
+ "num_attention_heads": {
35
+ "learn": 32,
36
+ "base": 32,
37
+ "match": true
38
+ },
39
+ "num_key_value_heads": {
40
+ "learn": 4,
41
+ "base": 4,
42
+ "match": true
43
+ },
44
+ "moe_intermediate_size": {
45
+ "learn": 768,
46
+ "base": 768,
47
+ "match": true
48
+ },
49
+ "max_position_embeddings": {
50
+ "learn": 262144,
51
+ "base": 262144,
52
+ "match": true
53
+ },
54
+ "model_type": {
55
+ "learn": "qwen3_moe",
56
+ "base": "qwen3_moe",
57
+ "match": true
58
+ }
59
+ },
60
+ "all_keys_match": true,
61
+ "conclusion": "FullStack-Learn-LM-30B-A3B is a fine-tuned Qwen3-Coder-30B-A3B-Instruct (identical Qwen3Moe architecture)"
62
+ }