-
Book Overview & Buying
-
Table Of Contents
Natural Language Processing with Flair
By :
This chapter provided an overview of the text classification methods in Flair. We first went through some basics and theory that set the stage for the hands-on text classification tasks. We began with exploring the classic text classification techniques and trained our very own model on the IMDB dataset. Later, we learned about TARS classifiers and witnessed their amazing few-shot and zero-shot classification capabilities.
This not only concludes the text classification section of this book; it wraps up the entire part of the book that explores what Flair can do. We're now armed with knowledge and experience in sequence tagging, word embeddings, Flair's set of pre-trained models, training our own sequence tagging models, hyperparameter tuning, and much, much more.
There's nothing stopping us from putting some code together and deploying a real-world NLP model in the wild… well, nothing apart from not being quite sure how to deploy, host, or maintain...