NLP Course documentation

微調,檢查!

Hugging Face's logo
Join the Hugging Face community

and get access to the augmented documentation experience

to get started

微調,檢查!

Ask a Question

這是非常令人高興的! 在前兩章中,您瞭解了模型和標記器(tokenizer),現在您知道如何針對您自己的數據對它們進行微調。回顧一下,在本章中,您:

  • 瞭解了Hub中的數據集
  • 學習瞭如何加載和預處理數據集,包括使用動態填充和整理器
  • 實現您自己的模型微調和評估
  • 實施了一個較為底層的訓練循環
  • 使用 🤗 Accelerate 輕鬆調整您的訓練循環,使其適用於多個 GPU 或 TPU