JunhanCai commited on
Commit
29154d0
·
1 Parent(s): 4bebe28

Fix directory structure

Browse files
Files changed (1) hide show
  1. webserver/templates/index.html +2 -2
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—including range cropping (0-3500 cm⁻¹), missing value interpolation, min-max normalization, dataset splitting, and minority class data augmentation—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> Bypass the training phase. 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 new spectral data for instant classification and confident Top-5 logit predictions.
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>