Multi-label classification on NLP

Could somebody point me out where I could learn more about fastai’s capabilities on the topic? Or is it better to just do it on transformers directly?

Thanks in advance!

1 Like

Admittedly this is from 3 years ago, so it may be outdated, but Rachel made a pretty in depth series of videos about NLP in fastai. https://www.youtube.com/watch?v=cce8ntxP_XI&list=PLWdPv7VLV6CSm_ZGnqvld4J07gpirXZy6
This is the link to the course description: A Code-First Introduction to Natural Language Processing
Additionally, this article seems to provide a good start in what you’re looking for.
https://towardsdatascience.com/deep-learning-on-multi-label-text-classification-with-fastai-d5495d66ed88
Hope this helps!

2 Likes

You can read here for how to do it using blurr: blurr - Multi-label classification

1 Like