Fix directory structure
Browse files
webserver/templates/index.html
CHANGED
|
@@ -190,10 +190,10 @@
|
|
| 190 |
|
| 191 |
<ul class="workflow-instructions" style="list-style-type: none; padding-left: 0; margin-top: 20px;">
|
| 192 |
<li style="margin-bottom: 12px; line-height: 1.6;">
|
| 193 |
-
<strong style="color: #2563a8;">Fine-tune (Left Panel):</strong> Upload your raw spectral data and labels. The system will automatically execute a complete AutoML pipeline
|
| 194 |
</li>
|
| 195 |
<li style="line-height: 1.6;">
|
| 196 |
-
<strong style="color: #2563a8;">Predict (Right Panel):</strong>
|
| 197 |
</li>
|
| 198 |
</ul>
|
| 199 |
</div>
|
|
|
|
| 190 |
|
| 191 |
<ul class="workflow-instructions" style="list-style-type: none; padding-left: 0; margin-top: 20px;">
|
| 192 |
<li style="margin-bottom: 12px; line-height: 1.6;">
|
| 193 |
+
<strong style="color: #2563a8;">Fine-tune (Left Panel):</strong> Upload your raw spectral data and labels. The system will automatically execute a complete AutoML pipeline before fine-tuning the pretrained GEMS model and generating comprehensive evaluation reports.
|
| 194 |
</li>
|
| 195 |
<li style="line-height: 1.6;">
|
| 196 |
+
<strong style="color: #2563a8;">Predict (Right Panel):</strong> Upload a previously fine-tuned <code style="background: #E2E8F0; padding: 2px 6px; border-radius: 4px; font-family: monospace;">.pth</code> model weight file alongside your unknown spectral data for instant classification and confident Top-5 logit predictions.
|
| 197 |
</li>
|
| 198 |
</ul>
|
| 199 |
</div>
|