Skip to content

Releases: Mingyue-Cheng/InstructTime

InstructTime v2.0 – Refactored Codebase

28 Nov 18:56

Choose a tag to compare

Highlights

  • Refactored the entire codebase for better modularity, readability, and extensibility.
  • Unified project structure for TStokenizer, InstructTime-Universal, and InstructTime-Adapt.
  • Simplified training & evaluation pipelines, with clearer entry scripts and configuration management.
  • Improved dataset and preprocessing utilities to make reproducing experiments more robust and user-friendly.
  • Updated documentation and examples to match the new code structure.

Migration Notes

  • The overall functionality is consistent with v1.x, but file paths, module imports, and script entry points may have changed.
  • Please check the updated README and example commands before re-running previous experiments.

InstructTime v1.0 – Initial Release

28 Nov 08:16
9231969

Choose a tag to compare

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.