1. Học hỏi
  2. /
  3. Khoa Học
  4. /
  5. Natural Language Processing (NLP) in Python

Connected

Bài tập

Identifying named entities in news headlines

News organizations often tag named entities like people, locations, and organizations in headlines to improve search, indexing, and recommendations. Your job is to use a Hugging Face pipeline to automatically detect and group these entities in a news headline.

Hướng dẫn

100 XP
  • Create a ner_pipeline using the "dslim/bert-base-NER" model.
  • Extract the named entities from the given headline.