Project: Simple Transformer
For the final project in this course, we will use a library called Simple Transformers, built around Hugging Face’s Transformers library. This provides an abstraction of our transformer that will be easy to use and play around with. In this project, we will preprocess a reasonably sized natural language dataset, use this to train our transformer, and finally, use that transformer to correct spelling and grammar!