Skip to content

Releases: mesolitica/malaya

Version 4.7.1

30 Nov 11:25
Compare
Choose a tag to compare
  1. Added T5 Tatabahasa, https://malaya.readthedocs.io/en/latest/load-tatabahasa.html
  2. Added 5MB T5 for True Case, https://malaya.readthedocs.io/en/latest/load-tatabahasa.html
  3. Added 5MB T5 for Segmentation, https://malaya.readthedocs.io/en/latest/load-segmentation.html
  4. Added FastFormer BASE and TINY for Emotion Analysis, https://malaya.readthedocs.io/en/latest/load-emotion.html
  5. Added FastFormer BASE and TINY for Relevancy Analysis, https://malaya.readthedocs.io/en/latest/load-relevancy.html, can infer up to 2048 tokens.
  6. Added FastFormer BASE and TINY for Sentiment Analysis, https://malaya.readthedocs.io/en/latest/load-sentiment.html
  7. Added FastFormer BASE and TINY for Subjectivity Analysis, https://malaya.readthedocs.io/en/latest/load-subjectivity.html
  8. Added FastFormer BASE and TINY for Toxicity Analysis, https://malaya.readthedocs.io/en/latest/load-toxic.html
  9. Added FastFormer BASE and TINY for Entity Tagging, https://malaya.readthedocs.io/en/latest/load-entities.html
  10. Added Pretrained FastFormer, https://github.com/huseinzol05/malaya/tree/master/pretrained-model/fastformer

Version 4.7

Version 4.6.1

16 Sep 10:20
Compare
Choose a tag to compare

Version 4.6

01 Aug 13:48
Compare
Choose a tag to compare
  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.

Version 4.5

28 Jun 06:40
Compare
Choose a tag to compare

Version 4.4

12 Jun 10:20
Compare
Choose a tag to compare
  1. Supported XLA for malaya models, https://malaya.readthedocs.io/en/latest/devices.html
  2. Supported precision modes, can choose to run FP16, FP32 or FP64, https://malaya.readthedocs.io/en/latest/precision-mode.html
  3. Improved GPU interface, https://malaya.readthedocs.io/en/latest/gpu-environment.html
  4. Added Knowledge Graph Triplet transformer models, https://malaya.readthedocs.io/en/latest/load-knowledge-graph-triplet.html
  5. Added Knowledge Graph parser from Dependency Parsing models, https://malaya.readthedocs.io/en/latest/load-knowledge-graph-from-dependency.html

Version 4.3

17 May 13:59
Compare
Choose a tag to compare
  1. Deep stemmer now support Tensorflow 2.X
  2. Added distilled transformer for Abstractive Summarization, https://malaya.readthedocs.io/en/latest/load-abstractive.html#List-available-Transformer-models
  3. Added Similarity module documentation.
  4. Added KeyPhrase similarity Transformer model, https://malaya.readthedocs.io/en/latest/load-keyphrase-similarity.html
  5. Added QA SQUAD style Transformer model, https://malaya.readthedocs.io/en/latest/load-keyphrase-similarity.html
  6. Update WordVector interface, https://malaya.readthedocs.io/en/latest/load-wordvector.html#

Version 4.2.1

15 Mar 05:05
Compare
Choose a tag to compare
  1. Support Tensorflow 2.0! Deep stemmer model not able to use TF 2.0.

Version 4.2

23 Feb 06:38
Compare
Choose a tag to compare
  1. Added OntoNotes5 Entity recognition, https://malaya.readthedocs.io/en/latest/load-entities.html#Load-Transformer-Ontonotes-5-model
  2. Added BigBird Translation, able to infer up to 1024 words, https://malaya.readthedocs.io/en/latest/load-long-text-translation.html
  3. Added BigBird + Pegasus Abstractive Summarization, able to infer up to 2048 words, https://malaya.readthedocs.io/en/latest/long-text-abstractive-summarization.html
  4. T5 function merged with transformer function.
  5. Removed Bert-Tensorflow and ALBert-Tensorflow dependencies, preparing for TF2.
  6. Removed contrib layers dependencies, preparing for TF2.

Version 4.1

11 Jan 06:22
Compare
Choose a tag to compare
  1. Released Kesalahan Tatabahasa module, https://malaya.readthedocs.io/en/latest/load-tatabahasa.html
  2. Standardized methods for seq2seq model,
  • greedy_decoder for greedy decoder.
  • beam_decoder for beam decoder.
  • nucleus_decoder for nucleus decoder.