1. Learn
  2. /
  3. คอร์ส
  4. /
  5. Efficient AI Model Training with PyTorch

Connected

แบบฝึกหัด

8-bit Adam with Trainer

You've set up an 8-bit Adam optimizer, and you're ready to use it for training. Prepare the Trainer for 8-bit Adam!

Some data has been pre-loaded:

  • The adam_bnb_optim optimizer
  • Training objects like model, train_dataset, and training_args

คำแนะนำ

100 XP
  • Pass the 8-bit Adam optimizer to the Trainer.