truncated_normal for better initialization for pre-training https://www.tensorflow.org/api_docs/python/tf/initializers/truncated_normal. We can follow the pytorch implementation https://github.com/pytorch/pytorch/pull/5015/files . And add inverse err function operator in MXNet: https://github.com/apache/incubator-mxnet/pull/13229 Would someone be interested to take truncated_normal? I can PR the implementation for inverse err operator to MXNet, and the rest can be done in python I think
I will work on truncated_normal.
Submitted PR for truncnorm - https://github.com/dmlc/gluon-nlp/pull/548
From Comprehend perspective, I have observed Text classification performance to be not so great for extremely short documents. This might be due to the fact that BERT is pretrained on long docs of wikipedia. It would definitely help comprehend custom classification in trying out pretraining BERT on additional data sources which cater additional domains like Twitter, Amazon reviews, kindle books & other noisy settings.
Most helpful comment
From Comprehend perspective, I have observed Text classification performance to be not so great for extremely short documents. This might be due to the fact that BERT is pretrained on long docs of wikipedia. It would definitely help comprehend custom classification in trying out pretraining BERT on additional data sources which cater additional domains like Twitter, Amazon reviews, kindle books & other noisy settings.