We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
epoch: 10 train_batch_size: 8 evaluation_batch_size: 16 learning_rate: 3e-5
预训练模型:bert_base_chinese
自己的中文数据集
bert+softmax: acc: 0.0729 - recall: 0.4249 - f1: 0.1245 - loss: 1.0244
bert+crf: acc: 0.4268 - recall: 0.5729 - f1: 0.4892 - loss: 34.9675
在google bert上跑 accuracy: 85.46%; precision: 36.28%; recall: 48.35%; FB1: 41.45
The text was updated successfully, but these errors were encountered:
No branches or pull requests
epoch: 10
train_batch_size: 8
evaluation_batch_size: 16
learning_rate: 3e-5
预训练模型:bert_base_chinese
自己的中文数据集
bert+softmax: acc: 0.0729 - recall: 0.4249 - f1: 0.1245 - loss: 1.0244
bert+crf: acc: 0.4268 - recall: 0.5729 - f1: 0.4892 - loss: 34.9675
在google bert上跑 accuracy: 85.46%; precision: 36.28%; recall: 48.35%; FB1: 41.45
The text was updated successfully, but these errors were encountered: