Streamlit lets you turn data scripts into shareable web apps in minutes,快速搭建web数据分析应用 https://github.com/streamlit/streamlit
liuyuqi-dellpc 67bc3bc53b 1 | 9 months ago | |
---|---|---|
_c1 | 9 months ago | |
_includes | 9 months ago | |
_layouts | 9 months ago | |
assets | 9 months ago | |
.gitignore | 9 months ago | |
404.html | 9 months ago | |
CNAME | 9 months ago | |
Gemfile | 9 months ago | |
Gemfile.lock | 9 months ago | |
LICENSE | 9 months ago | |
README.md | 9 months ago | |
_config.yml | 9 months ago |
layout: home title: Hello!
Transformers 是由 Hugging Face 开发的一个 NLP 包,支持加载目前绝大部分的预训练模型。随着 BERT、GPT 等大规模语言模型的兴起,越来越多的公司和研究者采用 Transformers 库来构建 NLP 应用。
本教程旨在帮助 NLP 初学者快速熟悉 Transformers 库的使用方法,并且通过实例带领读者一步一步构建自己的模型,完成各种 NLP 任务。
读者只需要熟悉 Python 语言即可,并不需要提前掌握 Keras、Pytorch 等深度学习包的使用。
希望该教程能帮助到你😊
注意:本教程只专注于处理文本模态,多模态方法请查阅相关文档。 {: .block-tip }
This book is open sourced under the Apache License, Version 2.0.