Saurabh-66 commited on
Commit
809c8d1
·
verified ·
1 Parent(s): 7e3a37e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -7
README.md CHANGED
@@ -60,6 +60,14 @@ All benchmarks: H200 MIG 71GB, vLLM 0.21.0, BF16, temperature=0.
60
  | Single request | 57–74 |
61
  | 5 concurrent | 100–106 |
62
 
 
 
 
 
 
 
 
 
63
  ## Architecture - Key Differences from Mixtral
64
 
65
  | Feature | Laguna XS.2 | Mixtral |
@@ -74,13 +82,16 @@ All benchmarks: H200 MIG 71GB, vLLM 0.21.0, BF16, temperature=0.
74
  | Q-heads per layer | **48 (GA) / 64 (SWA)** | Uniform |
75
 
76
  ### Custom GGUF Metadata Keys
77
- |laguna.attention.layer_types |[0,1,1,1,0,...] GA=0 SWA=1|
78
- |laguna.attention.heads_per_layer |[48,64,64,64,48,...]|
79
- |laguna.rope.theta_swa |10000.0|
80
- |laguna.rope.partial_rotary_factor |0.5|
81
- |laguna.moe.routed_scaling_factor |2.5|
82
- |laguna.moe.sigmoid_routing |true|
83
- |laguna.attention.softplus_gating |true|
 
 
 
84
 
85
  ## C++ Patches for llama.cpp Inference
86
 
 
60
  | Single request | 57–74 |
61
  | 5 concurrent | 100–106 |
62
 
63
+ ## Benchmark Visualizations
64
+
65
+ ![Capability Benchmarks](images/capability_benchmarks.png)
66
+
67
+ ![Throughput](images/throughput.png)
68
+
69
+ ![MATH500 by Subject](images/math500_by_subject.png)
70
+
71
  ## Architecture - Key Differences from Mixtral
72
 
73
  | Feature | Laguna XS.2 | Mixtral |
 
82
  | Q-heads per layer | **48 (GA) / 64 (SWA)** | Uniform |
83
 
84
  ### Custom GGUF Metadata Keys
85
+
86
+ | Key | Value |
87
+ |-----|-------|
88
+ | `laguna.attention.layer_types` | `[0,1,1,1,0,...]` — GA=0, SWA=1 |
89
+ | `laguna.attention.heads_per_layer` | `[48,64,64,64,48,...]` |
90
+ | `laguna.rope.theta_swa` | `10000.0` |
91
+ | `laguna.rope.partial_rotary_factor` | `0.5` |
92
+ | `laguna.moe.routed_scaling_factor` | `2.5` |
93
+ | `laguna.moe.sigmoid_routing` | `true` |
94
+ | `laguna.attention.softplus_gating` | `true` |
95
 
96
  ## C++ Patches for llama.cpp Inference
97