Skip to content

InstructTime v2.0 – Refactored Codebase

Choose a tag to compare

@zhjai zhjai released this 28 Nov 18:56
· 4 commits to main since this release

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.