Update index.html
Browse files- index.html +7 -6
index.html
CHANGED
@@ -92,20 +92,21 @@
|
|
92 |
<!-- Results & Framework Figures -->
|
93 |
<section class="section is-light">
|
94 |
<div class="container is-max-desktop">
|
95 |
-
<h2 class="title is-3 has-text-centered">Key Results</h2>
|
96 |
-
<figure class="image">
|
97 |
-
<img src="./static/images/results.png" alt="Performance tables showing consistent gains from meta‑ability alignment." />
|
98 |
-
<figcaption class="has-text-centered">Table 1 & 2: Meta‑ability alignment boosts reasoning performance at both 7B and 32B scales.</figcaption>
|
99 |
-
</figure>
|
100 |
-
<br />
|
101 |
<h2 class="title is-3 has-text-centered">Three‑Stage Training Framework</h2>
|
102 |
<figure class="image">
|
103 |
<img src="./static/images/framework.png" alt="Three‑stage meta‑ability alignment framework diagram." />
|
104 |
<figcaption class="has-text-centered">Stage A: Meta‑ability alignment ⟶ Stage B: Parameter‑space merging ⟶ Stage C: Domain‑specific RL.</figcaption>
|
105 |
</figure>
|
|
|
|
|
|
|
|
|
|
|
|
|
106 |
</div>
|
107 |
</section>
|
108 |
|
|
|
109 |
<!-- Related Links (optional) -->
|
110 |
<section class="section" id="BibTeX">
|
111 |
<div class="container is-max-desktop content">
|
|
|
92 |
<!-- Results & Framework Figures -->
|
93 |
<section class="section is-light">
|
94 |
<div class="container is-max-desktop">
|
|
|
|
|
|
|
|
|
|
|
|
|
95 |
<h2 class="title is-3 has-text-centered">Three‑Stage Training Framework</h2>
|
96 |
<figure class="image">
|
97 |
<img src="./static/images/framework.png" alt="Three‑stage meta‑ability alignment framework diagram." />
|
98 |
<figcaption class="has-text-centered">Stage A: Meta‑ability alignment ⟶ Stage B: Parameter‑space merging ⟶ Stage C: Domain‑specific RL.</figcaption>
|
99 |
</figure>
|
100 |
+
<br />
|
101 |
+
<h2 class="title is-3 has-text-centered">Key Results</h2>
|
102 |
+
<figure class="image">
|
103 |
+
<img src="./static/images/results.png" alt="Performance tables showing consistent gains from meta‑ability alignment." />
|
104 |
+
<figcaption class="has-text-centered">Table 1 & 2: Meta‑ability alignment boosts reasoning performance at both 7B and 32B scales.</figcaption>
|
105 |
+
</figure>
|
106 |
</div>
|
107 |
</section>
|
108 |
|
109 |
+
|
110 |
<!-- Related Links (optional) -->
|
111 |
<section class="section" id="BibTeX">
|
112 |
<div class="container is-max-desktop content">
|