Gluon-nlp: [BERT] Functionality for BERT Pre-training

Created on 21 Dec 2018  路  5Comments  路  Source: dmlc/gluon-nlp

help wanted

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.

All 5 comments

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

482 for adam with weight decay

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

eric-haibin-lin picture eric-haibin-lin  路  7Comments

eric-haibin-lin picture eric-haibin-lin  路  3Comments

HuFBH picture HuFBH  路  4Comments

rondogency picture rondogency  路  4Comments

haven-jeon picture haven-jeon  路  4Comments