2021-05-10 22:19:37 +00:00
---
title: Accelerate PyTorch training
grand_parent: Tutorials
parent: Training
nav_order: 1
---
2021-06-28 21:44:33 +00:00
# ORTModule Examples
* [Use ORTModule with HuggingFace Models ](https://github.com/microsoft/onnxruntime-training-examples/tree/master/huggingface )
# (deprecated) ORTTrainer Examples
2021-05-10 22:19:37 +00:00
{: .no_toc }
2021-06-28 21:44:33 +00:00
* [Get Started: Basic PyTorch transformer model ](https://github.com/microsoft/onnxruntime-training-examples/tree/master/orttrainer/getting-started )
2021-05-10 22:19:37 +00:00
2021-06-28 21:44:33 +00:00
* [Accelerate pre-training of large BERT model ](https://github.com/microsoft/onnxruntime-training-examples/tree/master/orttrainer/nvidia-bert )
2021-05-10 22:19:37 +00:00
2021-06-28 21:44:33 +00:00
* [Accelerate fine tuning of Huggingface GPT2 model ](https://github.com/microsoft/onnxruntime-training-examples/tree/master/orttrainer/huggingface-gpt2 )
2021-05-10 22:19:37 +00:00
* *More coming soon!*