Version 4.6
- Improved Abstractive Summarization dataset and module, https://malaya.readthedocs.io/en/latest/load-abstractive.html
- Improved Paraphrase dataset and module, https://malaya.readthedocs.io/en/latest/load-abstractive.html
- Improved Knowledge Graph triplet dataset and module, https://malaya.readthedocs.io/en/latest/load-knowledge-graph-triplet.html
- added T5 for Knowledge Graph triplet, now able to predict for news, https://malaya.readthedocs.io/en/latest/load-knowledge-graph-triplet.html
- Remove all t2t models, and replaced with T5-BASE, T5-SMALL and T5-TINY.
- Now able to parallelise T5 models while maintaining model definition from Tensorflow-Mesh.