InstructTime v1.0 – Initial Release
Highlights
- First stable release of InstructTime for time series classification with multimodal language modeling (ACM WSDM 2025).
- Includes training pipeline for TStokenizer, InstructTime-Universal, and InstructTime-Adapt.
- Provides scripts for data preprocessing, multi-dataset loading, model training, and evaluation (
preprocess.py,multidataset.py,multimodel.py,metrics.py, etc.). - Example prompts and usage instructions for EEG / sleep stage classification are included in the README.
- Intended for researchers and practitioners to reproduce and extend the results reported in the InstructTime paper.
For installation and usage details, please refer to the README.