Please read the topic category description to understand what this is all about
Description
Many email and word processing applications can now automatically detect and correct common grammatical errors as you write. For example, the sentence “I am doing fine. How is you?” might be corrected to “I am doing fine. How are you?”. The goal of this project is to fine-tune a Transformer model to be able to automatically provide these corrections, similar to how Grammarly does
Model(s)
This task can be viewed as a sequence-to-sequence task, so models like T5 would be a great starting point
If you use T5, you’ll need to define a suitable prefix for the text-to-text task. You’ll also need to think about suitable metrics for the evaluation.
Desired project outcomes
Create a Streamlit or Gradio app on Spaces that can automatically provide suggestions to improve the grammar of some input text. Check out Grammarly for some inspiration on the visualization side.
Don’t forget to push all your models and datasets to the Hub so others can build on them!
Hey @Modfiededition, great to hear that you’re interested in this project! I’ve created a Discord channel (details in the topic description) for you and others join
Hey @Modfiededition, did you find the channel in the end? I see there is already someone called Ashish in the channel. If not, you first need to follow the instructions on the #join-course channel, which will then give you access to the project channels
Hey @Modfiededition and @satpalsr, I’ve created an organisation on the Hub for your team so that you can push your models there and deploy your Streamlit / Gradio application
Actually, I am thankful to you @lewtun and all the huggingface team members for creating this wonderful course. I am only able to build this cool project because of the course. The content is also so easy to understand and I just couldn’t stop loading pre-trained models and fine tuning them on different tasks
Thank you for the very kind words @Modfiededition It’s a real pleasure to hear that the course is useful and enabling people like yourself to build these cool applications!