Skip to content

Version 4.2

Compare
Choose a tag to compare
@huseinzol05 huseinzol05 released this 23 Feb 06:38
· 406 commits to master since this release
  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.