3-Fine-tuning_a_pretrained_model-4-Fine-tuning_Check

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

Fine-tuning, Check!

微调,检查!

Ask a Question

问一个问题

That was fun! In the first two chapters you learned about models and tokenizers, and now you know how to fine-tune them for your own data. To recap, in this chapter you:

太好玩了!在前两章中,您了解了模型和标记器,现在您知道了如何针对您自己的数据对它们进行微调。简而言之,在本章中,您可以:

  • Learned about datasets in the Hub
  • Learned how to load and preprocess datasets, including using dynamic padding and collators
  • Implemented your own fine-tuning and evaluation of a model
  • Implemented a lower-level training loop
  • Used 🤗 Accelerate to easily adapt your training loop so it works for multiple GPUs or TPUs