-
Notifications
You must be signed in to change notification settings - Fork 1
2. Transformers VS. SimpleTransformers
Brown edited this page Jun 21, 2020
·
8 revisions
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...
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:
