If your spectrum file already contains two columns (wavelength and intensity), you can leave the wavelength file empty.
If the spectrum file contains only intensity values, upload a wavelength file or fill in the manual range.
Samples
{{ summary.num_samples }}
Classes
{{ summary.class_names|length }}
If you need the same checkpoint for another dataset, keep the exported pth file and upload it here again.
Model Notes
The model checkpoint was loaded with its saved architecture and preprocessing config, so the same pth file can be reused later for inference on new spectra.
{% if summary.spectrum_source or summary.wavenumber_source %}
Spectrum source: {{ summary.spectrum_source }} | Wavelength source: {{ summary.wavenumber_source }}
{% endif %}
{% if summary.label_mapping_source %}
Label mapping source: {{ summary.label_mapping_source }}
{% endif %}