Introduction to NLP Inference
Learn to perform common NLP tasks using Hugging Face models.
Now that we have a brief overview of transformers and Hugging Face models, it's time to perform inference using it. This chapter provides an overview of performing common NLP tasks.
Since transformers were initially made for NLP systems, there are a lot of tasks ...