Streamlit lets you turn data scripts into shareable web apps in minutes,快速搭建web数据分析应用 https://github.com/streamlit/streamlit

liuyuqi-dellpc 67bc3bc53b 1 5 months ago
_c1 67bc3bc53b 1 5 months ago
_includes 13b9b710be 0 5 months ago
_layouts 87ce9190fe 1 5 months ago
assets 87ce9190fe 1 5 months ago
.gitignore 87ce9190fe 1 5 months ago
404.html 87ce9190fe 1 5 months ago
CNAME 87ce9190fe 1 5 months ago
Gemfile 87ce9190fe 1 5 months ago
Gemfile.lock 87ce9190fe 1 5 months ago
LICENSE 87ce9190fe 1 5 months ago
README.md 87ce9190fe 1 5 months ago
_config.yml 87ce9190fe 1 5 months ago

README.md


layout: home title: Hello!

permalink: /

Transformers 是由 Hugging Face 开发的一个 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.