Learn how to implement my top 3 favourite T5 models that are available on Hugging Face's Model Hub. T5 is a state-of-the-art natural langauge processing (NLP) Transformer model that you can use with just a few lines of Python code.
The three models covered in this video include a paraphrasing model, a keyword to text model and finally a grammar correction model. All of these models are text-to-text T5 models.
My very own Happy Transformer NLP library is used for this tutorial. Happy Transformer is built on top of Hugging Face's Transformers library and makes it easy to implement and train Transformer models with just a few lines of code.
Full article: https://www.vennify.ai/top-t5-transfo...
We offer consulting and custom development services: https://calendly.com/vennify/15min
Course: https://www.udemy.com/course/nlp-text...
Code from this tutorial: https://colab.research.google.com/dri...
Paragraphing model: https://huggingface.co/Vamsi/T5_Parap...
Keyword to text model: https://huggingface.co/mrm8488/t5-bas...
Grammar correction model: https://huggingface.co/vennify/t5-bas...
Fine-tune your own grammar correction model: https://www.vennify.ai/fine-tune-gram...
Learn how to upload a model to Hugging Face’s Model Hub:
https://www.vennify.ai/upload-happy-t...
music: https://www.bensound.com/
Please give Happy Transformer a star to help support it:
⭐ https://github.com/EricFillion/happy-... ⭐
0:00 - Introduction
0:49 - Overview of models
1:00 - Full article
1:14 - Happy Transformer
1:41 - Paraphrasing model
3:44 - GPT-Neo course
4:30 - Keywords to text model
5:36 - Grammar correction model
6:36 - Conclusion