Token Classification

Learn to perform token classification tasks using the Hugging Face Inference API.

It can be difficult to understand natural languages. We're required to perform some preprocessing before inputting the data into an NLP model. Tokenization allows us to demarcate parts of a sentence.

Hugging Face also allows us to perform classification on these tokens. There are a couple of popular subtasks:

  • Named entity recognition (NER)

  • Part-of-speech (POS) tagging

Get hands-on with 1200+ tech skills courses.