Skip to content

v0.3.0

Compare
Choose a tag to compare
@tushuhei tushuhei released this 05 Dec 01:29
· 402 commits to main since this release
b22226f

What's Changed

Faster model training

We made model training faster by applying JAX's JIT compilation, pooling file writes, etc.

  • Faster training data encoding by @tushuhei in #89
  • Add out_span option for better GPU utilization by @tushuhei in #90
  • Apply JAX JIT compiling for faster training by @tushuhei in #95
  • Check in updated Simplified Chinese model by @tushuhei in #99

Smaller models

We made models smaller by removing less important features, disabling ASCII encoding, etc.

Misc

Full Changelog: v0.2.1...v0.3.0