Machine learning
BERT微调
BERT微调是基于Devlin及其同事于2019年推出的BERT模型,它在一个小型标注数据集上重新训练预训练的BERT模型,以完成分类、命名实体识别或问答等目标任务。通过迁移学习,即使只有相对较少的任务特定数据,它也能达到高性能。
阅读完整方法
仅限会员
登录使用免费账户登录即可阅读本节。
Method map
The neighbourhood of related methods — select a node to explore.
来源
- Devlin, J., Chang, M.-W., Lee, K. & Toutanova, K. (2019). BERT: Pre-training of Deep Bidirectional Transformers for Language Understanding. NAACL. DOI: 10.18653/v1/N19-1423 ↗
- Sun, C., Qiu, X., Xu, Y. & Huang, X. (2019). How to Fine-Tune BERT for Text Classification. CCL. DOI: 10.1007/978-3-030-32381-3_16 ↗
如何引用本页
ScholarGate. (2026, June 1). Fine-Tuning of Pre-trained BERT (Bidirectional Encoder Representations from Transformers). ScholarGate. https://scholargate.app/zh/deep-learning/bert-finetuning
Which method?
Set this method beside its closest kin and read them side by side — the library lays the books on the table; the choice is yours.
- GPT模型微调深度学习↔ compare
- LoRA 和 PEFT深度学习↔ compare
- 随机森林机器学习↔ compare
- Vision Transformer深度学习↔ compare
- XGBoost机器学习↔ compare