Update 4.0 基于Hugging Face -Transformers的预训练模型微调.md

This commit is contained in:
老张 2021-09-12 21:52:54 +08:00 committed by GitHub
parent 902cea800d
commit 3d1e5da090
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
本文参考资料是[Hugging Face主页](https://huggingface.co/)Resources下的课程。在此课程基础上做了一些翻译工作,节选部分内容并注释加粗斜体并加了Trainer和args主要参数介绍。感兴趣的同学可以去查看[原文](https://huggingface.co/course/chapter1)。
本文参考资料是[Hugging Face主页](https://huggingface.co/)Resources下的课程,节选部分内容并注释加粗斜体也加了Trainer和args的主要参数介绍。感兴趣的同学可以去查看[原文](https://huggingface.co/course/chapter1)。
****
本章节主要内容包含两部分内容:
- pipeline工具演示NLP任务处理