Skip to content

Version 4.6

Compare
Choose a tag to compare
@huseinzol05 huseinzol05 released this 01 Aug 13:48
· 355 commits to master since this release
  1. Improved Abstractive Summarization dataset and module, https://malaya.readthedocs.io/en/latest/load-abstractive.html
  2. Improved Paraphrase dataset and module, https://malaya.readthedocs.io/en/latest/load-abstractive.html
  3. Improved Knowledge Graph triplet dataset and module, https://malaya.readthedocs.io/en/latest/load-knowledge-graph-triplet.html
  4. added T5 for Knowledge Graph triplet, now able to predict for news, https://malaya.readthedocs.io/en/latest/load-knowledge-graph-triplet.html
  5. Remove all t2t models, and replaced with T5-BASE, T5-SMALL and T5-TINY.
  6. Now able to parallelise T5 models while maintaining model definition from Tensorflow-Mesh.