Skip to content

Commit

Permalink
Update module_6.html
Browse files Browse the repository at this point in the history
  • Loading branch information
soberbichler authored Dec 24, 2024
1 parent 2095c7a commit ef49ab9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/module_6.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ <h1>Module 6: Named Entity Recognition and Text Classification</h1>

<p>Module 6 will present different approaches to Named Entity Recognition/Extraction and Text Classification. Named Entity Recognition (NER) is a natural language processing task that identifies and classifies named entities (like people, organizations, locations, dates) in text. For example, in "Apple released iPhone in 2007", NER would identify "Apple" as an organization, "iPhone" as a product, and "2007" as a date. Text Classificaion Text classification assigns predefined categories/labels to text documents. Example: Categorizing emails as spam/not-spam, or news articles into topics like sports, politics, technology. We will use:</p>
<ol>
<li>NER using models trained by the Impresso Project via the Impresso API</li>
<li>Question Answering based Namend Entiy Extraction using the small language model NuExtract</li>
<li>NER using models via the Impresso API (Impresso Project)</li>
<li>Question-Answering based Namend Entiy Extraction using the small language model NuExtract</li>
<li>Text Classification using a small language model</li>
</ol>

Expand Down

0 comments on commit ef49ab9

Please sign in to comment.