bert_classification icon indicating copy to clipboard operation
bert_classification copied to clipboard

Results 2 bert_classification issues
Sort by recently updated
recently updated
newest added

大佬,基于你blog中的中英文测试集。 我分别做了实验,发现用lstm效果挺差了: 英文: 2020-08-25 10:46:41,055 - long_text_classification.py[line:874] - INFO: ====== train: bert finetune Accuracy: 0.945222, Loss: 0.212253 2020-08-25 10:46:41,055 - long_text_classification.py[line:875] - INFO: ====== val: bert finetune Accuracy: 0.944176, Loss:...

HIERARCHICAL TRANSFORMERS FOR LONG DOCUMENT CLASSIFICATION 这篇文章除了frequency model,average model,lstm model ,还有后面一个transformer model(TOBERT)。 请问这个如何实现,能否补充下,感谢!