Skip to content

2. Transformers VS. SimpleTransformers

Brown edited this page Jun 21, 2020 · 8 revisions

All you need is a really advanced neural network

Check out this video

Yannic Kilcher's YouTube video does an excellent job explaining transformers - BUT - you will need to have a solid understanding of recurrent neural networks to grasp the contents of this video...

"Dammit Jim I am a doctor not a computer science Ph.D!"

To implement standard transformer libraries is fairly involved and requires many lines of code. Instead Simple Transformers library can be used to get up and running quickly. Often in business we are under pressure to deliver something quickly, this library can be used to create a powerful transformer solution with only 3 lines of code:

https://pypi.org/project/simpletransformers/

Clone this wiki locally