Version 4.2
- Added OntoNotes5 Entity recognition, https://malaya.readthedocs.io/en/latest/load-entities.html#Load-Transformer-Ontonotes-5-model
- Added BigBird Translation, able to infer up to 1024 words, https://malaya.readthedocs.io/en/latest/load-long-text-translation.html
- Added BigBird + Pegasus Abstractive Summarization, able to infer up to 2048 words, https://malaya.readthedocs.io/en/latest/long-text-abstractive-summarization.html
- T5 function merged with
transformer
function. - Removed Bert-Tensorflow and ALBert-Tensorflow dependencies, preparing for TF2.
- Removed contrib layers dependencies, preparing for TF2.