Kaiyinzhou
Results
4
repositories owned by
Kaiyinzhou
BERT-NER
1.2k
Stars
336
Forks
Watchers
Use Google's BERT for named entity recognition (CoNLL-2003 as the dataset).
NLPGNN
331
Stars
64
Forks
Watchers
1. Use BERT, ALBERT and GPT2 as tensorflow2.0's layer. 2. Implement GCN, GAN, GIN and GraphSAGE based on message passing.
Bert-BiLSTM-CRF
39
Stars
13
Forks
Watchers
This model base on bert-as-service. Model structure : bert-embedding bilstm crf.