--- layout: home title: Hello! permalink: / --- ![](assets/title.jpg) [Transformers](https://huggingface.co/docs/transformers/index) 是由 [Hugging Face](https://huggingface.co/) 开发的一个 NLP 包,支持加载目前绝大部分的预训练模型。随着 BERT、GPT 等大规模语言模型的兴起,越来越多的公司和研究者采用 Transformers 库来构建 NLP 应用。 本教程旨在帮助 NLP 初学者快速熟悉 Transformers 库的使用方法,并且通过实例带领读者一步一步构建自己的模型,完成各种 NLP 任务。 读者只需要熟悉 Python 语言即可,并不需要提前掌握 Keras、Pytorch 等深度学习包的使用。 希望该教程能帮助到你😊 > **注意:**本教程只专注于处理文本模态,多模态方法请查阅相关文档。 {: .block-tip } #### License This book is open sourced under the Apache License, Version 2.0.