percent4 / bert_doc_binary_classification

文本二分类任务,是否文档是否属于政治上的出访类事件,利用BERT提取特征,模型采用简单的DNN。
63 stars 30 forks source link

tensorflow version #3

Open starcream opened 4 years ago

starcream commented 4 years ago

The bert code uses tf 1.* version while the main code uses keras which requires tf 2.2 + ?