Spaces:
Running
Running
Commit ·
89cc212
1
Parent(s): 9957461
Update index.html to show all experimental results
Browse files- Added all sigma values (0.1-1.5) for PI0.5 steps 5 and 10
- Added sections for PI0.5 steps 20, 50, and 100
- Updated experiment configuration to match uploaded data
- Now shows complete 6x7 parameter grid for both models
- index.html +24 -3
index.html
CHANGED
|
@@ -197,7 +197,7 @@
|
|
| 197 |
</p>
|
| 198 |
<p>
|
| 199 |
<strong>Models tested:</strong> PI0.5, SmolVLA<br>
|
| 200 |
-
<strong>Flow matching steps:</strong> 2, 5, 10, 20, 50, 100
|
| 201 |
<strong>Sigma_d values:</strong> 0.1, 0.2, 0.5, 0.8, 1.0, 1.2, 1.5
|
| 202 |
</p>
|
| 203 |
</div>
|
|
@@ -230,6 +230,24 @@
|
|
| 230 |
<h2 class="title is-3">Flow Matching Steps: 10</h2>
|
| 231 |
<div class="experiment-grid" id="pi05-steps-10"></div>
|
| 232 |
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 233 |
</div>
|
| 234 |
|
| 235 |
<!-- SmolVLA Model Section -->
|
|
@@ -296,8 +314,11 @@
|
|
| 296 |
const experiments = {
|
| 297 |
pi05: {
|
| 298 |
2: ['0.1', '0.2', '0.5', '0.8', '1.0', '1.2', '1.5'],
|
| 299 |
-
5: ['0.1', '0.2', '0.5', '0.8', '1.0'],
|
| 300 |
-
10: ['0.1', '0.2', '0.5']
|
|
|
|
|
|
|
|
|
|
| 301 |
},
|
| 302 |
smolvla: {
|
| 303 |
2: ['0.1', '0.2', '0.5', '0.8', '1.0', '1.2', '1.5'],
|
|
|
|
| 197 |
</p>
|
| 198 |
<p>
|
| 199 |
<strong>Models tested:</strong> PI0.5, SmolVLA<br>
|
| 200 |
+
<strong>Flow matching steps:</strong> 2, 5, 10, 20, 50, 100<br>
|
| 201 |
<strong>Sigma_d values:</strong> 0.1, 0.2, 0.5, 0.8, 1.0, 1.2, 1.5
|
| 202 |
</p>
|
| 203 |
</div>
|
|
|
|
| 230 |
<h2 class="title is-3">Flow Matching Steps: 10</h2>
|
| 231 |
<div class="experiment-grid" id="pi05-steps-10"></div>
|
| 232 |
</div>
|
| 233 |
+
|
| 234 |
+
<!-- Steps 20 -->
|
| 235 |
+
<div class="steps-group">
|
| 236 |
+
<h2 class="title is-3">Flow Matching Steps: 20</h2>
|
| 237 |
+
<div class="experiment-grid" id="pi05-steps-20"></div>
|
| 238 |
+
</div>
|
| 239 |
+
|
| 240 |
+
<!-- Steps 50 -->
|
| 241 |
+
<div class="steps-group">
|
| 242 |
+
<h2 class="title is-3">Flow Matching Steps: 50</h2>
|
| 243 |
+
<div class="experiment-grid" id="pi05-steps-50"></div>
|
| 244 |
+
</div>
|
| 245 |
+
|
| 246 |
+
<!-- Steps 100 -->
|
| 247 |
+
<div class="steps-group">
|
| 248 |
+
<h2 class="title is-3">Flow Matching Steps: 100</h2>
|
| 249 |
+
<div class="experiment-grid" id="pi05-steps-100"></div>
|
| 250 |
+
</div>
|
| 251 |
</div>
|
| 252 |
|
| 253 |
<!-- SmolVLA Model Section -->
|
|
|
|
| 314 |
const experiments = {
|
| 315 |
pi05: {
|
| 316 |
2: ['0.1', '0.2', '0.5', '0.8', '1.0', '1.2', '1.5'],
|
| 317 |
+
5: ['0.1', '0.2', '0.5', '0.8', '1.0', '1.2', '1.5'],
|
| 318 |
+
10: ['0.1', '0.2', '0.5', '0.8', '1.0', '1.2', '1.5'],
|
| 319 |
+
20: ['0.1', '0.2', '0.5', '0.8', '1.0', '1.2', '1.5'],
|
| 320 |
+
50: ['0.1', '0.2', '0.5', '0.8', '1.0', '1.2', '1.5'],
|
| 321 |
+
100: ['0.1', '0.2', '0.5', '0.8', '1.0', '1.2', '1.5']
|
| 322 |
},
|
| 323 |
smolvla: {
|
| 324 |
2: ['0.1', '0.2', '0.5', '0.8', '1.0', '1.2', '1.5'],
|