NLPGNN icon indicating copy to clipboard operation
NLPGNN copied to clipboard

1. Use BERT, ALBERT and GPT2 as tensorflow2.0's layer. 2. Implement GCN, GAN, GIN and GraphSAGE based on message passing.

Results 12 NLPGNN issues
Sort by recently updated
recently updated
newest added

Hi, I can not import call bert = bert.BERT(). How can I fix it? Thanks, >>> bert=bert.BERT() Traceback (most recent call last): File "", line 1, in File "/home/sophie/NLPGNN/nlpgnn/models/bert.py", line...

Hi, can i use load_bert_param func to load albert zh model?

Hi Folks, Please add ELECTRA to the list of the supported models. ELECTRA is an efficient model that could match ALBERT's performance using less resources.

Hi I would like to train a NER (EN) but with my own BERT model, where can I do this. Thanks

- Change positional arg to keyword. - Fix field typo.

- Now part of https://chrsmrrs.github.io/datasets/docs/datasets. - Other URL fixes.

From https://stackoverflow.com/questions/600268/mkdir-p-functionality-in-python#answer-600612