Skip to main content
HomeCode-alongsArtificial Intelligence (AI)

Building NLP Applications with Hugging Face

Perform a variety of NLP tasks from sentiment analysis to clustering with Hugging Face, and build a bot that generates marketing copy for a fashion retailer.
Oct 2023
Code along with us onCode Along

Generative AI provides powerful tools for natural language processing. Large language models can perform tasks like sentiment analysis with high accuracy.You'll learn how to perform a sentiment analysis with the DistilBERT model, and perform dimensionality reduction and clustering to categorize the text results. You'll also cover semantic search to find related parts of your data as you continue working with the fashion product data.

Topics