8-How_to_ask_for_help-0-Introduction

中英文对照学习,效果更佳!
原课程链接:https://huggingface.co/course/chapter8/1?fw=pt

Introduction

引言

Ask a Question

问一个问题

Now that you know how to tackle the most common NLP tasks with 🤗 Transformers, you should be able to get started on your own projects! In this chapter we will explore what to do when you hit a problem. You’ll learn how to successfully debug your code or your training, and how to ask the community for help if you don’t manage to solve the problem by yourself. And if you think you’ve found a bug in one of the Hugging Face libraries, we’ll show you the best way to report it so that the issue is resolved as quickly as possible.

现在您已经知道如何使用🤗Transformer处理最常见的NLP任务,您应该能够开始自己的项目了!在本章中,我们将探讨遇到问题时该如何处理。您将学习如何成功地调试您的代码或培训,以及如果您不能自己解决问题,如何向社区寻求帮助。™将学习如何成功地调试您的代码或培训,以及如果您不能自己解决问题,如何向社区寻求帮助。如果您认为™在Hugging Face库中发现了一个错误,我们将向您展示最好的报告方式,以便问题尽快得到解决。

More precisely, in this chapter you will learn:

更准确地说,在本章中,您将了解:

  • The first thing to do when you get an error
  • How to ask for help on the forums
  • How to debug your training pipeline
  • How to write a good issue

None of this is specifically related to 🤗 Transformers or the Hugging Face ecosystem, of course; the lessons from this chapter are applicable to most open source projects!

当你遇到错误时要做的第一件事如何在论坛上寻求帮助如何调试你的培训管道如何编写一个好的问题当然这些都不是特别与🤗Transformer或Hugging Face生态系统有关;本章中的课程适用于大多数开源项目!